#66F6EB

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

Shades of Baby Blue #66F6EB

Tints of Baby Blue #66F6EB

Color information

#66F6EB (or 0x66F6EB) is unknown color: approx Baby Blue. HEX triplet: 66, F6 and EB. RGB value is (102,246,235). Sum of RGB (Red+Green+Blue) = 102+246+235=583 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.50% from 583); Green value is 246 (96.48% from 255 or 42.20% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 246 - color contains mainly: green. Hex color #66F6EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F6EB is #990914. Grayscale: #C9C9C9. Windows color (decimal): -10029333 or 15464038. OLE color: 15464038.

HSL color Cylindrical-coordinate representation of color #66F6EB: hue angle of 175.42º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F6EB is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB102246235-
CMYK0.5900.040.04
HSL175.42º88.89%68.24%-
HSV(B)175.42º58.54%96.47%-
XYZ53.4374.7390.21-
YUV201.69146.7956.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.50%
GREEN value IS 246 (96.48% from 255) = 42.20%
BLUE value IS 235 (92.19% from 255) = 40.31%
R=17.50%
G=42.20%
B=40.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1022462350.5900.040.04175.4288.8968.24
Hex66F6EB3B044af5944
Octal14636635373044257131104
Binary1100110111101101110101111101101001001010111110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,246,235); }

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

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

 a { background-color: rgb(102,246,235); }

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

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

 span { border-color: rgb(102,246,235); }

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