#99EAE9

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

Shades of Blizzard Blue #99EAE9

Tints of Blizzard Blue #99EAE9

Color information

#99EAE9 (or 0x99EAE9) is unknown color: approx Blizzard Blue. HEX triplet: 99, EA and E9. RGB value is (153,234,233). Sum of RGB (Red+Green+Blue) = 153+234+233=620 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.68% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 233 (91.41% from 255 or 37.58% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #99EAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EAE9 is #661516. Grayscale: #D1D1D1. Windows color (decimal): -6690071 or 15329945. OLE color: 15329945.

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

Color convert

RGB153234233-
CMYK0.3500.000.08
HSL179.26º65.85%75.88%-
HSV(B)179.26º34.62%91.76%-
XYZ57.2771.587.87-
YUV209.67141.1687.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.68%
GREEN value IS 234 (91.80% from 255) = 37.74%
BLUE value IS 233 (91.41% from 255) = 37.58%
R=24.68%
G=37.74%
B=37.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532342330.3500.000.08179.2665.8575.88
Hex99EAE923008b3424c
Octal231352351430010263102114
Binary1001100111101010111010011000110010001011001110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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