#99E7F0

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

Shades of Blizzard Blue #99E7F0

Tints of Blizzard Blue #99E7F0

Color information

#99E7F0 (or 0x99E7F0) is unknown color: approx Blizzard Blue. HEX triplet: 99, E7 and F0. RGB value is (153,231,240). Sum of RGB (Red+Green+Blue) = 153+231+240=624 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.52% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #99E7F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99E7F0 is #66180F. Grayscale: #D0D0D0. Windows color (decimal): -6690832 or 15787929. OLE color: 15787929.

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

Color convert

RGB153231240-
CMYK0.360.0400.06
HSL186.21º74.36%77.06%-
HSV(B)186.21º36.25%94.12%-
XYZ57.4470.2292.96-
YUV208.7145.6688.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.52%
GREEN value IS 231 (90.62% from 255) = 37.02%
BLUE value IS 240 (94.14% from 255) = 38.46%
R=24.52%
G=37.02%
B=38.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1532312400.360.0400.06186.2174.3677.06
Hex99E7F024406ba4a4d
Octal23134736044406272112115
Binary10011001111001111111000010010010001101011101010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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