#99E4EE

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

Shades of Blizzard Blue #99E4EE

Tints of Blizzard Blue #99E4EE

Color information

#99E4EE (or 0x99E4EE) is unknown color: approx Blizzard Blue. HEX triplet: 99, E4 and EE. RGB value is (153,228,238). Sum of RGB (Red+Green+Blue) = 153+228+238=619 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.72% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #99E4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E4EE is #661B11. Grayscale: #CECECE. Windows color (decimal): -6691602 or 15656089. OLE color: 15656089.

HSL color Cylindrical-coordinate representation of color #99E4EE: hue angle of 187.06º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99E4EE is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153228238-
CMYK0.360.0400.07
HSL187.06º71.43%76.67%-
HSV(B)187.06º35.71%93.33%-
XYZ56.3168.4391.13-
YUV206.71145.6589.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.72%
GREEN value IS 228 (89.45% from 255) = 36.83%
BLUE value IS 238 (93.36% from 255) = 38.45%
R=24.72%
G=36.83%
B=38.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1532282380.360.0400.07187.0671.4376.67
Hex99E4EE24407bb474d
Octal23134435644407273107115
Binary10011001111001001110111010010010001111011101110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,228,238); }

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

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

 a { background-color: rgb(153,228,238); }

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

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

 span { border-color: rgb(153,228,238); }

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