#66EFFE

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

Shades of Baby Blue #66EFFE

Tints of Baby Blue #66EFFE

Color information

#66EFFE (or 0x66EFFE) is unknown color: approx Baby Blue. HEX triplet: 66, EF and FE. RGB value is (102,239,254). Sum of RGB (Red+Green+Blue) = 102+239+254=595 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.14% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #66EFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EFFE is #991001. Grayscale: #C7C7C7. Windows color (decimal): -10031106 or 16707430. OLE color: 16707430.

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

Color convert

RGB102239254-
CMYK0.600.0600.00
HSL185.92º98.7%69.8%-
HSV(B)185.92º59.84%99.61%-
XYZ54.2471.71104.75-
YUV199.75158.6158.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.14%
GREEN value IS 239 (93.75% from 255) = 40.17%
BLUE value IS 254 (99.61% from 255) = 42.69%
R=17.14%
G=40.17%
B=42.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1022392540.600.0600.00185.9298.769.8
Hex66EFFE3C600ba6346
Octal14635737674600272143106
Binary11001101110111111111110111100110001011101011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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