#99DEEF

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

Shades of Blizzard Blue #99DEEF

Tints of Blizzard Blue #99DEEF

Color information

#99DEEF (or 0x99DEEF) is unknown color: approx Blizzard Blue. HEX triplet: 99, DE and EF. RGB value is (153,222,239). Sum of RGB (Red+Green+Blue) = 153+222+239=614 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.92% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #99DEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DEEF is #662110. Grayscale: #CBCBCB. Windows color (decimal): -6693137 or 15720089. OLE color: 15720089.

HSL color Cylindrical-coordinate representation of color #99DEEF: hue angle of 191.86º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99DEEF is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB153222239-
CMYK0.360.0700.06
HSL191.86º72.88%76.86%-
HSV(B)191.86º35.98%93.73%-
XYZ54.8465.2591.36-
YUV203.31148.1492.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.92%
GREEN value IS 222 (87.11% from 255) = 36.16%
BLUE value IS 239 (93.75% from 255) = 38.93%
R=24.92%
G=36.16%
B=38.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1532222390.360.0700.06191.8672.8876.86
Hex99DEEF24706c0494d
Octal23133635744706300111115
Binary10011001110111101110111110010011101101100000010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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