#66F3ED

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

Shades of Baby Blue #66F3ED

Tints of Baby Blue #66F3ED

Color information

#66F3ED (or 0x66F3ED) is unknown color: approx Baby Blue. HEX triplet: 66, F3 and ED. RGB value is (102,243,237). Sum of RGB (Red+Green+Blue) = 102+243+237=582 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.53% from 582); Green value is 243 (95.31% from 255 or 41.75% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 243 - color contains mainly: green. Hex color #66F3ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F3ED is #990C12. Grayscale: #C8C8C8. Windows color (decimal): -10030099 or 15594342. OLE color: 15594342.

HSL color Cylindrical-coordinate representation of color #66F3ED: hue angle of 177.45º 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 #66F3ED is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB102243237-
CMYK0.5800.020.05
HSL177.45º85.45%67.65%-
HSV(B)177.45º58.02%95.29%-
XYZ52.8273.0491.44-
YUV200.16148.7957.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.53%
GREEN value IS 243 (95.31% from 255) = 41.75%
BLUE value IS 237 (92.97% from 255) = 40.72%
R=17.53%
G=41.75%
B=40.72%

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
Decimal1022432370.5800.020.05177.4585.4567.65
Hex66F3ED3A025b15544
Octal14636335572025261125104
Binary110011011110011111011011110100101011011000110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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