#99DEEA

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

Shades of Blizzard Blue #99DEEA

Tints of Blizzard Blue #99DEEA

Color information

#99DEEA (or 0x99DEEA) is unknown color: approx Blizzard Blue. HEX triplet: 99, DE and EA. RGB value is (153,222,234). Sum of RGB (Red+Green+Blue) = 153+222+234=609 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.12% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #99DEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DEEA is #662115. Grayscale: #CACACA. Windows color (decimal): -6693142 or 15392409. OLE color: 15392409.

HSL color Cylindrical-coordinate representation of color #99DEEA: hue angle of 188.89º 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 #99DEEA is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153222234-
CMYK0.350.0500.08
HSL188.89º65.85%75.88%-
HSV(B)188.89º34.62%91.76%-
XYZ54.1164.9687.53-
YUV202.74145.6492.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.12%
GREEN value IS 222 (87.11% from 255) = 36.45%
BLUE value IS 234 (91.80% from 255) = 38.42%
R=25.12%
G=36.45%
B=38.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532222340.350.0500.08188.8965.8575.88
Hex99DEEA23508bd424c
Octal231336352435010275102114
Binary100110011101111011101010100011101010001011110110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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