#66F3EE

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

Shades of Baby Blue #66F3EE

Tints of Baby Blue #66F3EE

Color information

#66F3EE (or 0x66F3EE) is unknown color: approx Baby Blue. HEX triplet: 66, F3 and EE. RGB value is (102,243,238). Sum of RGB (Red+Green+Blue) = 102+243+238=583 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.50% from 583); Green value is 243 (95.31% from 255 or 41.68% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 243 - color contains mainly: green. Hex color #66F3EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F3EE is #990C11. Grayscale: #C8C8C8. Windows color (decimal): -10030098 or 15659878. OLE color: 15659878.

HSL color Cylindrical-coordinate representation of color #66F3EE: hue angle of 177.87º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F3EE is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB102243238-
CMYK0.5800.020.05
HSL177.87º85.45%67.65%-
HSV(B)177.87º58.02%95.29%-
XYZ52.9673.192.21-
YUV200.27149.2957.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.50%
GREEN value IS 243 (95.31% from 255) = 41.68%
BLUE value IS 238 (93.36% from 255) = 40.82%
R=17.50%
G=41.68%
B=40.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1022432380.5800.020.05177.8785.4567.65
Hex66F3EE3A025b25544
Octal14636335672025262125104
Binary110011011110011111011101110100101011011001010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,243,238); }

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

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

 a { background-color: rgb(102,243,238); }

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

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

 span { border-color: rgb(102,243,238); }

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