#99E5E1

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

Shades of Blizzard Blue #99E5E1

Tints of Blizzard Blue #99E5E1

Color information

#99E5E1 (or 0x99E5E1) is unknown color: approx Blizzard Blue. HEX triplet: 99, E5 and E1. RGB value is (153,229,225). Sum of RGB (Red+Green+Blue) = 153+229+225=607 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.21% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 229 - color contains mainly: green. Hex color #99E5E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99E5E1 is #661A1E. Grayscale: #CDCDCD. Windows color (decimal): -6691359 or 14804377. OLE color: 14804377.

HSL color Cylindrical-coordinate representation of color #99E5E1: hue angle of 176.84º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99E5E1 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB153229225-
CMYK0.3300.020.10
HSL176.84º59.38%74.9%-
HSV(B)176.84º33.19%89.8%-
XYZ54.7568.2581.52-
YUV205.82138.8290.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.21%
GREEN value IS 229 (89.84% from 255) = 37.73%
BLUE value IS 225 (88.28% from 255) = 37.07%
R=25.21%
G=37.73%
B=37.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1532292250.3300.020.10176.8459.3874.9
Hex99E5E12102Ab13b4b
Octal23134534141021226173113
Binary1001100111100101111000011000010101010101100011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,229,225); }

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

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

 a { background-color: rgb(153,229,225); }

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

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

 span { border-color: rgb(153,229,225); }

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