#99E3E8

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

Shades of Blizzard Blue #99E3E8

Tints of Blizzard Blue #99E3E8

Color information

#99E3E8 (or 0x99E3E8) is unknown color: approx Blizzard Blue. HEX triplet: 99, E3 and E8. RGB value is (153,227,232). Sum of RGB (Red+Green+Blue) = 153+227+232=612 (81% of max value = 765). Red value is 153 (60.16% from 255 or 25% from 612); Green value is 227 (89.06% from 255 or 37.09% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #99E3E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E3E8 is #661C17. Grayscale: #CDCDCD. Windows color (decimal): -6691864 or 15262617. OLE color: 15262617.

HSL color Cylindrical-coordinate representation of color #99E3E8: hue angle of 183.8º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99E3E8 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB153227232-
CMYK0.340.0200.09
HSL183.8º63.2%75.49%-
HSV(B)183.8º34.05%90.98%-
XYZ55.1767.5486.47-
YUV205.44142.9890.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25%
GREEN value IS 227 (89.06% from 255) = 37.09%
BLUE value IS 232 (91.02% from 255) = 37.91%
R=25%
G=37.09%
B=37.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1532272320.340.0200.09183.863.275.49
Hex99E3E822209b83f4b
Octal23134335042201127077113
Binary1001100111100011111010001000101001001101110001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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