#66EDFE

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

Shades of Baby Blue #66EDFE

Tints of Baby Blue #66EDFE

Color information

#66EDFE (or 0x66EDFE) is unknown color: approx Baby Blue. HEX triplet: 66, ED and FE. RGB value is (102,237,254). Sum of RGB (Red+Green+Blue) = 102+237+254=593 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.20% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #66EDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EDFE is #991201. Grayscale: #C6C6C6. Windows color (decimal): -10031618 or 16706918. OLE color: 16706918.

HSL color Cylindrical-coordinate representation of color #66EDFE: hue angle of 186.71º 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 #66EDFE is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB102237254-
CMYK0.600.0700.00
HSL186.71º98.7%69.8%-
HSV(B)186.71º59.84%99.61%-
XYZ53.6570.55104.56-
YUV198.57159.2759.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.20%
GREEN value IS 237 (92.97% from 255) = 39.97%
BLUE value IS 254 (99.61% from 255) = 42.83%
R=17.20%
G=39.97%
B=42.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1022372540.600.0700.00186.7198.769.8
Hex66EDFE3C700bb6346
Octal14635537674700273143106
Binary11001101110110111111110111100111001011101111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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