#99EAE8

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

Shades of Blizzard Blue #99EAE8

Tints of Blizzard Blue #99EAE8

Color information

#99EAE8 (or 0x99EAE8) is unknown color: approx Blizzard Blue. HEX triplet: 99, EA and E8. RGB value is (153,234,232). Sum of RGB (Red+Green+Blue) = 153+234+232=619 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.72% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 232 (91.02% from 255 or 37.48% from 619); Max value from RGB is 234 - color contains mainly: green. Hex color #99EAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EAE8 is #661517. Grayscale: #D1D1D1. Windows color (decimal): -6690072 or 15264409. OLE color: 15264409.

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

Color convert

RGB153234232-
CMYK0.3500.010.08
HSL178.52º65.85%75.88%-
HSV(B)178.52º34.62%91.76%-
XYZ57.1371.4487.12-
YUV209.55140.6687.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.72%
GREEN value IS 234 (91.80% from 255) = 37.80%
BLUE value IS 232 (91.02% from 255) = 37.48%
R=24.72%
G=37.80%
B=37.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532342320.3500.010.08178.5265.8575.88
Hex99EAE823018b3424c
Octal231352350430110263102114
Binary1001100111101010111010001000110110001011001110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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