COLOR #51B1DF

HEX: #51B1DF
RGB: (81,177,223)

Renk bilgisi

#51B1DF contains mainly green and blue colors. #51B1DF ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#51B1DF color RGB value is (81,177,223).

  • kırmız ton 81;
  • yeşil ton 177;
  • mavi ton 223.
RGB:
(81,177,223)
(32%,69%,87%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 177 of 255 = 69%
B 223 of 255 = 87%

81
177
223

R + G + B ~ 63%. #51B1DF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 177 + 223 = 481 (100%)
R 81 of 481 ~ 16.84%
G 177 of 481 ~ 36.8%
B 223 of 481 ~ 46.36%

%16.84
%36.8
%46.36

CMYK RENK MODELİ

#51B1DF rengi CMYK tonu (64,21,0,13).

  • camgöbeği tonu 63.68%
  • eflatun tonu 20.63%
  • sarı tonu 0.00%
  • ana renk tonu 12.55%
CMYK:
(64,21,0,13)
C64M21Y0K13 
(64%,21%,0%,13%)
(0.64/0.21/0.00/0.13)	

CMYK yüzdeleri

%63.68
%20.63
%0
%12.55

Codes

Color #51B1DF in popluar color models

51B1DF
RGB81177223
HSL199°68.93%59.61%
HSB/HSV199°63.68%87.45%
CMYK63.68%20.63%0.00%
12.55%

Color #51B1DF in popluar number systems.

HEX51B1DF
Decimal81177223
Binary10100011011000111011111
Octal121261337

Shades and tints

Shades of #51B1DF

#51B1DF
(81,177,223)
#4AA1CB
(74,161,203)
#4391B7
(67,145,183)
#3C81A3
(60,129,163)
#35718F
(53,113,143)
#2E617B
(46,97,123)
#275167
(39,81,103)
#204153
(32,65,83)
#19313F
(25,49,63)
#12212B
(18,33,43)
#0B1117
(11,17,23)
#000000
(0,0,0)

Tints of #51B1DF

#51B1DF
(81,177,223)
#60B8E1
(96,184,225)
#6FBFE3
(111,191,227)
#7EC6E5
(126,198,229)
#8DCDE7
(141,205,231)
#9CD4E9
(156,212,233)
#ABDBEB
(171,219,235)
#BAE2ED
(186,226,237)
#C9E9EF
(201,233,239)
#D8F0F1
(216,240,241)
#E7F7F3
(231,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51B1DF color. Also use rgb(81,177,223) instead hex code.

Text Font Color

.myTextColor { color: #51B1DF; }

<p style="color:#51B1DF">This sample text font color is #51B1DF.</p>

This text font color is #51B1DF.


Background Color

.myBgColor { background-color: #51B1DF; }

<div style="background-color:#51B1DF">Inner text</div>

This div background color is #51B1DF.


Border color

.myBorderColor { border: 1px solid #51B1DF; }

<div style="border:3px solid #51B1DF">Div</div>

This div border color is #51B1DF.


Opacity

.myOpacity80 { color: #51B1DF; opacity: 0.8; }

<p style="color:#51B1DF;opacity:0.8;">80%</p>

Text with #51B1DF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #51B1DF;}

<p style="text-shadow: 3px 3px 1px #51B1DF">Text here.</p>

This text has shadow with #51B1DF color.

.textShadow {text-shadow: 3px 3px 1px #51B1DF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #51B1DF, 5px 5px 20px red">Text here.</p>

This text has shadow with #51B1DF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51B1DF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#51B1DF, Direction=45, Strength=4)">Text</p>

This text has shadow with #51B1DF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #51B1DF;
  -webkit-box-shadow:	1px 1px 3px 2px #51B1DF;
  box-shadow:		1px 1px 3px 2px #51B1DF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #51B1DF;
-webkit-box-shadow: 1px 1px 3px 2px #51B1DF;
box-shadow:1px 1px 3px 2px #51B1DF;">
Div content here</div>
This div box has shadow with color #51B1DF.

Preview

Color preview on black background

This text has color #51B1DF on black background.


Color preview on white background

This text has color #51B1DF on white background.



Black color preview on #51B1DF background

This text has black color on #51B1DF background.


White color preview on #51B1DF background

This text has white color on #51B1DF background.