#99E7F1

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

Shades of Blizzard Blue #99E7F1

Tints of Blizzard Blue #99E7F1

Color information

#99E7F1 (or 0x99E7F1) is unknown color: approx Blizzard Blue. HEX triplet: 99, E7 and F1. RGB value is (153,231,241). Sum of RGB (Red+Green+Blue) = 153+231+241=625 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.48% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #99E7F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99E7F1 is #66180E. Grayscale: #D0D0D0. Windows color (decimal): -6690831 or 15853465. OLE color: 15853465.

HSL color Cylindrical-coordinate representation of color #99E7F1: hue angle of 186.82º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99E7F1 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB153231241-
CMYK0.370.0400.05
HSL186.82º75.86%77.25%-
HSV(B)186.82º36.51%94.51%-
XYZ57.5970.2893.75-
YUV208.82146.1688.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.48%
GREEN value IS 231 (90.62% from 255) = 36.96%
BLUE value IS 241 (94.53% from 255) = 38.56%
R=24.48%
G=36.96%
B=38.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1532312410.370.0400.05186.8275.8677.25
Hex99E7F125405bb4c4d
Octal23134736145405273114115
Binary10011001111001111111000110010110001011011101110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,231,241); }

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

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

 a { background-color: rgb(153,231,241); }

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

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

 span { border-color: rgb(153,231,241); }

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