#99ECF7

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

Shades of Blizzard Blue #99ECF7

Tints of Blizzard Blue #99ECF7

Color information

#99ECF7 (or 0x99ECF7) is unknown color: approx Blizzard Blue. HEX triplet: 99, EC and F7. RGB value is (153,236,247). Sum of RGB (Red+Green+Blue) = 153+236+247=636 (84% of max value = 765). Red value is 153 (60.16% from 255 or 24.06% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 247 (96.88% from 255 or 38.84% from 636); Max value from RGB is 247 - color contains mainly: blue. Hex color #99ECF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99ECF7 is #661308. Grayscale: #D4D4D4. Windows color (decimal): -6689545 or 16247961. OLE color: 16247961.

HSL color Cylindrical-coordinate representation of color #99ECF7: hue angle of 187.02º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99ECF7 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB153236247-
CMYK0.380.0400.03
HSL187.02º85.45%78.43%-
HSV(B)187.02º38.06%96.86%-
XYZ59.9273.4899.02-
YUV212.44147.585.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.06%
GREEN value IS 236 (92.58% from 255) = 37.11%
BLUE value IS 247 (96.88% from 255) = 38.84%
R=24.06%
G=37.11%
B=38.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1532362470.380.0400.03187.0285.4578.43
Hex99ECF726403bb554e
Octal23135436746403273125116
Binary1001100111101100111101111001101000111011101110101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ECF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,236,247); }

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

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

 a { background-color: rgb(153,236,247); }

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

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

 span { border-color: rgb(153,236,247); }

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