#66FCF0

Color #66FCF0 Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #66FCF0

Tints of Baby Blue #66FCF0

Color information

#66FCF0 (or 0x66FCF0) is unknown color: approx Baby Blue. HEX triplet: 66, FC and F0. RGB value is (102,252,240). Sum of RGB (Red+Green+Blue) = 102+252+240=594 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.17% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #66FCF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FCF0 is #99030F. Grayscale: #CDCDCD. Windows color (decimal): -10027792 or 15793254. OLE color: 15793254.

HSL color Cylindrical-coordinate representation of color #66FCF0: hue angle of 175.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FCF0 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB102252240-
CMYK0.6000.050.01
HSL175.2º96.15%69.41%-
HSV(B)175.2º59.52%98.82%-
XYZ56.0278.7494.68-
YUV205.78147.353.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 17.17%
GREEN value IS 252 (98.83% from 255) = 42.42%
BLUE value IS 240 (94.14% from 255) = 40.40%
R=17.17%
G=42.42%
B=40.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1022522400.6000.050.01175.296.1569.41
Hex66FCF03C051af6045
Octal14637436074051257140105
Binary11001101111110011110000111100010111010111111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66FCF0; }

 p { color: rgb(102,252,240); }

 H1.HeaderClassName
 {
   color: #66FCF0;
 }
 .AnyTagClassName
 {
   color: #66FCF0;
 }
</style>
background-color css

<style>
 a { background-color: #66FCF0; }

 a { background-color: rgb(102,252,240); }

 div.DivClassName
 {
   background-color: #66FCF0;
 }
 .BgClassName
 {
   background-color: #66FCF0;
 }
</style>
border-color css

<style>
 span { border-color: #66FCF0; }

 span { border-color: rgb(102,252,240); }

 td.TdClassName
 {
   border-color: #66FCF0;
 }
 .TagClassName
 {
   border-color: #66FCF0;
 }
</style>