COLOR #66CEFF

HEX: #66CEFF
RGB: (102,206,255)

Color info

#66CEFF contains mainly green and blue colors. Web safe color of #66CEFF is #66CCFF (or #6CF).

RGB color model

#66CEFF color RGB value is (102,206,255).

  • red value is 102;
  • green value is 206;
  • blue value is 255.
RGB:
(102,206,255)
(40%,81%,100%)

RGB channels and saturation

R 102 of 255 = 40%
G 206 of 255 = 81%
B 255 of 255 = 100%

102
206
255

R + G + B ~ 74%. #66CEFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 206 + 255 = 563 (100%)
R 102 of 563 ~ 18.12%
G 206 of 563 ~ 36.59%
B 255 of 563 ~ 45.29%

%18.12
%36.59
%45.29

CMYK color model

#66CEFF color CMYK value is (60,19,0,0).

  • cyan value is 60.00%
  • magenta value is 19.22%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(60,19,0,0)
C60M19Y0K0 
(60%,19%,0%,0%)
(0.60/0.19/0.00/0.00)	

CMYK percentages

%60
%19.22
%0
%0

Codes

Color #66CEFF in popluar color models

66CEFF
RGB102206255
HSL199°100.00%70.00%
HSB/HSV199°60.00%100.00%
CMYK60.00%19.22%0.00%
0.00%

Color #66CEFF in popluar number systems.

HEX66CEFF
Decimal102206255
Binary11001101100111011111111
Octal146316377

Shades and tints

Shades of #66CEFF

#66CEFF
(102,206,255)
#5DBCE8
(93,188,232)
#54AAD1
(84,170,209)
#4B98BA
(75,152,186)
#4286A3
(66,134,163)
#39748C
(57,116,140)
#306275
(48,98,117)
#27505E
(39,80,94)
#1E3E47
(30,62,71)
#152C30
(21,44,48)
#0C1A19
(12,26,25)
#000000
(0,0,0)

Tints of #66CEFF

#66CEFF
(102,206,255)
#73D2FF
(115,210,255)
#80D6FF
(128,214,255)
#8DDAFF
(141,218,255)
#9ADEFF
(154,222,255)
#A7E2FF
(167,226,255)
#B4E6FF
(180,230,255)
#C1EAFF
(193,234,255)
#CEEEFF
(206,238,255)
#DBF2FF
(219,242,255)
#E8F6FF
(232,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66CEFF color. Also use rgb(102,206,255) instead hex code.

Text Font Color

.myTextColor { color: #66CEFF; }

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

This text font color is #66CEFF.


Background Color

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

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

This div background color is #66CEFF.


Border color

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

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

This div border color is #66CEFF.


Opacity

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

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

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

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

This text has shadow with #66CEFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66CEFF on black background.


Color preview on white background

This text has color #66CEFF on white background.



Black color preview on #66CEFF background

This text has black color on #66CEFF background.


White color preview on #66CEFF background

This text has white color on #66CEFF background.