#9DEEF7

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

Shades of Blizzard Blue #9DEEF7

Tints of Blizzard Blue #9DEEF7

Color information

#9DEEF7 (or 0x9DEEF7) is unknown color: approx Blizzard Blue. HEX triplet: 9D, EE and F7. RGB value is (157,238,247). Sum of RGB (Red+Green+Blue) = 157+238+247=642 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.45% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 247 (96.88% from 255 or 38.47% from 642); Max value from RGB is 247 - color contains mainly: blue. Hex color #9DEEF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEEF7 is #621108. Grayscale: #D6D6D6. Windows color (decimal): -6426889 or 16248477. OLE color: 16248477.

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

Color convert

RGB157238247-
CMYK0.360.0400.03
HSL186º84.91%79.22%-
HSV(B)186º36.44%96.86%-
XYZ61.2775.0399.25-
YUV214.81146.1686.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.45%
GREEN value IS 238 (93.36% from 255) = 37.07%
BLUE value IS 247 (96.88% from 255) = 38.47%
R=24.45%
G=37.07%
B=38.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1572382470.360.0400.0318684.9179.22
Hex9DEEF724403ba554f
Octal23535636744403272125117
Binary1001110111101110111101111001001000111011101010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DEEF7; }

 p { color: rgb(157,238,247); }

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

<style>
 a { background-color: #9DEEF7; }

 a { background-color: rgb(157,238,247); }

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

<style>
 span { border-color: #9DEEF7; }

 span { border-color: rgb(157,238,247); }

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