#66F9ED

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

Shades of Baby Blue #66F9ED

Tints of Baby Blue #66F9ED

Color information

#66F9ED (or 0x66F9ED) is unknown color: approx Baby Blue. HEX triplet: 66, F9 and ED. RGB value is (102,249,237). Sum of RGB (Red+Green+Blue) = 102+249+237=588 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.35% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 249 - color contains mainly: green. Hex color #66F9ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F9ED is #990612. Grayscale: #CBCBCB. Windows color (decimal): -10028563 or 15595878. OLE color: 15595878.

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

Color convert

RGB102249237-
CMYK0.5900.050.02
HSL175.1º92.45%68.82%-
HSV(B)175.1º59.04%97.65%-
XYZ54.6476.6992.04-
YUV203.68146.855.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.35%
GREEN value IS 249 (97.66% from 255) = 42.35%
BLUE value IS 237 (92.97% from 255) = 40.31%
R=17.35%
G=42.35%
B=40.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1022492370.5900.050.02175.192.4568.82
Hex66F9ED3B052af5c45
Octal14637135573052257134105
Binary110011011111001111011011110110101101010111110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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