#99E0EA

Color #99E0EA Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #99E0EA

Tints of Blizzard Blue #99E0EA

Color information

#99E0EA (or 0x99E0EA) is unknown color: approx Blizzard Blue. HEX triplet: 99, E0 and EA. RGB value is (153,224,234). Sum of RGB (Red+Green+Blue) = 153+224+234=611 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.04% from 611); Green value is 224 (87.89% from 255 or 36.66% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #99E0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E0EA is #661F15. Grayscale: #CBCBCB. Windows color (decimal): -6692630 or 15392921. OLE color: 15392921.

HSL color Cylindrical-coordinate representation of color #99E0EA: hue angle of 187.41º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99E0EA is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153224234-
CMYK0.350.0400.08
HSL187.41º65.85%75.88%-
HSV(B)187.41º34.62%91.76%-
XYZ54.6466.0287.71-
YUV203.91144.9891.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.04%
GREEN value IS 224 (87.89% from 255) = 36.66%
BLUE value IS 234 (91.80% from 255) = 38.30%
R=25.04%
G=36.66%
B=38.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532242340.350.0400.08187.4165.8575.88
Hex99E0EA23408bb424c
Octal231340352434010273102114
Binary100110011110000011101010100011100010001011101110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99E0EA; }

 p { color: rgb(153,224,234); }

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

<style>
 a { background-color: #99E0EA; }

 a { background-color: rgb(153,224,234); }

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

<style>
 span { border-color: #99E0EA; }

 span { border-color: rgb(153,224,234); }

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