#66F5FE

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

Shades of Baby Blue #66F5FE

Tints of Baby Blue #66F5FE

Color information

#66F5FE (or 0x66F5FE) is unknown color: approx Baby Blue. HEX triplet: 66, F5 and FE. RGB value is (102,245,254). Sum of RGB (Red+Green+Blue) = 102+245+254=601 (79% of max value = 765). Red value is 102 (40.23% from 255 or 16.97% from 601); Green value is 245 (96.09% from 255 or 40.77% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #66F5FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F5FE is #990A01. Grayscale: #CBCBCB. Windows color (decimal): -10029570 or 16708966. OLE color: 16708966.

HSL color Cylindrical-coordinate representation of color #66F5FE: hue angle of 183.55º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66F5FE is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB102245254-
CMYK0.600.0400.00
HSL183.55º98.7%69.8%-
HSV(B)183.55º59.84%99.61%-
XYZ56.0275.29105.34-
YUV203.27156.6255.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 16.97%
GREEN value IS 245 (96.09% from 255) = 40.77%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=16.97%
G=40.77%
B=42.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1022452540.600.0400.00183.5598.769.8
Hex66F5FE3C400b86346
Octal14636537674400270143106
Binary11001101111010111111110111100100001011100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,245,254); }

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

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

 a { background-color: rgb(102,245,254); }

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

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

 span { border-color: rgb(102,245,254); }

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