COLOR #66CCFF

HEX: #66CCFF RGB: (102,204,255)

Color info

#66CCFF contains mainly green and blue colors. #66CCFF color is web safe color. It maybe written shortly as #6CF.

RGB color model

#66CCFF color RGB value is (102,204,255).

RGB: (102,204,255) (40%, 80%, 100%)

RGB channels and saturation

R 102 of 255 = 40%
G 204 of 255 = 80%
B 255 of 255 = 100%

102
204
255

R + G + B ~ 73%. #66CCFF is quite light color.

Portions of RGB colors in percentages

R + G + B = 102 + 204 + 255 = 561 (100%)
R 102 of 561 ~ 18.18%
G 204 of 561 ~ 36.36%
B 255 of 561 ~ 45.45'%

%18.18
%36.36
%45.45

CMYK color model

#66CCFF color CMYK value is (60,20,0,0).

  • cyan value is 60.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (60,20,0,0)
C60M20Y0K0 (60%, 20%, 0%, 0%)
(0.60 / 0.20 / 0.00 / 0.00)

CMYK percentages

%60
%20
%0
%0

Codes

Color #66CCFF in popluar color models

66 CC FF
RGB 102 204 255
HSL 200° 100.00% 70.00%
HSB/HSV 200° 60.00% 100.00%
CMYK 60.00% 20.00% 0.00%
0.00%

Color #66CCFF in popluar number systems.

HEX 66 CC FF
Decimal 102 204 255
Binary 1100110 11001100 11111111
Octal 146 314 377

Shades and tints

Shades of #66CCFF

#66CCFF
(102,204,255)
#5DBAE8
(93,186,232)
#54A8D1
(84,168,209)
#4B96BA
(75,150,186)
#4284A3
(66,132,163)
#39728C
(57,114,140)
#306075
(48,96,117)
#274E5E
(39,78,94)
#1E3C47
(30,60,71)
#152A30
(21,42,48)
#0C1819
(12,24,25)
#000000
(0,0,0)

Tints of #66CCFF

#66CCFF
(102,204,255)
#73D0FF
(115,208,255)
#80D4FF
(128,212,255)
#8DD8FF
(141,216,255)
#9ADCFF
(154,220,255)
#A7E0FF
(167,224,255)
#B4E4FF
(180,228,255)
#C1E8FF
(193,232,255)
#CEECFF
(206,236,255)
#DBF0FF
(219,240,255)
#E8F4FF
(232,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66CCFF; }

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

This text font color is #66CCFF.

Background Color

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

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

This div background color is #66CCFF.

Border color

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

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

This div border color is #66CCFF.

Opacity

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

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

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

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

This text has shadow with #66CCFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66CCFF.

Preview

Color preview on black background

This text has color #66CCFF on black background.


Color preview on white background

This text has color #66CCFF on white background.


Black color preview on #66CCFF background

This text has black color on #66CCFF background.


White color preview on #66CCFF background

This text has white color on #66CCFF background.


Related colors

Complementary color

Complementary color for #hex is #993300.


I love getcolorcode.com

Triadic colors

1 #FF66CC and #CCFF66 with #66CCFF are triadic colors.

2 #FFCC66 and #CC66FF with #66CCFF are triadic colors.