COLOR #66B1F4

HEX: #66B1F4
RGB: (102,177,244)

Color info

#66B1F4 contains mainly blue color. Web safe color of #66B1F4 is #6699FF (or #69F).

RGB color model

#66B1F4 color RGB value is (102,177,244).

  • red value is 102;
  • green value is 177;
  • blue value is 244.
RGB:
(102,177,244)
(40%,69%,96%)

RGB channels and saturation

R 102 of 255 = 40%
G 177 of 255 = 69%
B 244 of 255 = 96%

102
177
244

R + G + B ~ 68%. #66B1F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 177 + 244 = 523 (100%)
R 102 of 523 ~ 19.5%
G 177 of 523 ~ 33.84%
B 244 of 523 ~ 46.65%

%19.5
%33.84
%46.65

CMYK color model

#66B1F4 color CMYK value is (58,27,0,4).

  • cyan value is 58.20%
  • magenta value is 27.46%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(58,27,0,4)
C58M27Y0K4 
(58%,27%,0%,4%)
(0.58/0.27/0.00/0.04)	

CMYK percentages

%58.2
%27.46
%0
%4.31

Codes

Color #66B1F4 in popluar color models

66B1F4
RGB102177244
HSL208°86.59%67.84%
HSB/HSV208°58.20%95.69%
CMYK58.20%27.46%0.00%
4.31%

Color #66B1F4 in popluar number systems.

HEX66B1F4
Decimal102177244
Binary11001101011000111110100
Octal146261364

Shades and tints

Shades of #66B1F4

#66B1F4
(102,177,244)
#5DA1DE
(93,161,222)
#5491C8
(84,145,200)
#4B81B2
(75,129,178)
#42719C
(66,113,156)
#396186
(57,97,134)
#305170
(48,81,112)
#27415A
(39,65,90)
#1E3144
(30,49,68)
#15212E
(21,33,46)
#0C1118
(12,17,24)
#000000
(0,0,0)

Tints of #66B1F4

#66B1F4
(102,177,244)
#73B8F5
(115,184,245)
#80BFF6
(128,191,246)
#8DC6F7
(141,198,247)
#9ACDF8
(154,205,248)
#A7D4F9
(167,212,249)
#B4DBFA
(180,219,250)
#C1E2FB
(193,226,251)
#CEE9FC
(206,233,252)
#DBF0FD
(219,240,253)
#E8F7FE
(232,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66B1F4 color. Also use rgb(102,177,244) instead hex code.

Text Font Color

.myTextColor { color: #66B1F4; }

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

This text font color is #66B1F4.


Background Color

.myBgColor { background-color: #66B1F4; }

<div style="background-color:#66B1F4">Inner text</div>

This div background color is #66B1F4.


Border color

.myBorderColor { border: 1px solid #66B1F4; }

<div style="border:3px solid #66B1F4">Div</div>

This div border color is #66B1F4.


Opacity

.myOpacity80 { color: #66B1F4; opacity: 0.8; }

<p style="color:#66B1F4;opacity:0.8;">80%</p>

Text with #66B1F4 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 #66B1F4;}

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

This text has shadow with #66B1F4 color.

.textShadow {text-shadow: 3px 3px 1px #66B1F4, 3px 3px 1px red;}

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

This text has shadow with #66B1F4 primary color and red secondary color.


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

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

This text has shadow with #66B1F4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66B1F4 on black background.


Color preview on white background

This text has color #66B1F4 on white background.



Black color preview on #66B1F4 background

This text has black color on #66B1F4 background.


White color preview on #66B1F4 background

This text has white color on #66B1F4 background.