#99EAEF

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

Shades of Blizzard Blue #99EAEF

Tints of Blizzard Blue #99EAEF

Color information

#99EAEF (or 0x99EAEF) is unknown color: approx Blizzard Blue. HEX triplet: 99, EA and EF. RGB value is (153,234,239). Sum of RGB (Red+Green+Blue) = 153+234+239=626 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.44% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #99EAEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EAEF is #661510. Grayscale: #D2D2D2. Windows color (decimal): -6690065 or 15723161. OLE color: 15723161.

HSL color Cylindrical-coordinate representation of color #99EAEF: hue angle of 183.49º 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 #99EAEF is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB153234239-
CMYK0.360.0200.06
HSL183.49º72.88%76.86%-
HSV(B)183.49º35.98%93.73%-
XYZ58.1471.8592.47-
YUV210.35144.1687.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.44%
GREEN value IS 234 (91.80% from 255) = 37.38%
BLUE value IS 239 (93.75% from 255) = 38.18%
R=24.44%
G=37.38%
B=38.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1532342390.360.0200.06183.4972.8876.86
Hex99EAEF24206b7494d
Octal23135235744206267111115
Binary1001100111101010111011111001001001101011011110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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