#66F9E4

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

Shades of Baby Blue #66F9E4

Tints of Baby Blue #66F9E4

Color information

#66F9E4 (or 0x66F9E4) is unknown color: approx Baby Blue. HEX triplet: 66, F9 and E4. RGB value is (102,249,228). Sum of RGB (Red+Green+Blue) = 102+249+228=579 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.62% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 228 (89.45% from 255 or 39.38% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #66F9E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F9E4 is #99061B. Grayscale: #CACACA. Windows color (decimal): -10028572 or 15006054. OLE color: 15006054.

HSL color Cylindrical-coordinate representation of color #66F9E4: hue angle of 171.43º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F9E4 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB102249228-
CMYK0.5900.080.02
HSL171.43º92.45%68.82%-
HSV(B)171.43º59.04%97.65%-
XYZ53.3676.1885.29-
YUV202.65142.356.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.62%
GREEN value IS 249 (97.66% from 255) = 43.01%
BLUE value IS 228 (89.45% from 255) = 39.38%
R=17.62%
G=43.01%
B=39.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1022492280.5900.080.02171.4392.4568.82
Hex66F9E43B082ab5c45
Octal146371344730102253134105
Binary1100110111110011110010011101101000101010101110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,249,228); }

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

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

 a { background-color: rgb(102,249,228); }

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

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

 span { border-color: rgb(102,249,228); }

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