#9DEAE7

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

Shades of Blizzard Blue #9DEAE7

Tints of Blizzard Blue #9DEAE7

Color information

#9DEAE7 (or 0x9DEAE7) is unknown color: approx Blizzard Blue. HEX triplet: 9D, EA and E7. RGB value is (157,234,231). Sum of RGB (Red+Green+Blue) = 157+234+231=622 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.24% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 231 (90.62% from 255 or 37.14% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEAE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEAE7 is #621518. Grayscale: #D2D2D2. Windows color (decimal): -6427929 or 15198877. OLE color: 15198877.

HSL color Cylindrical-coordinate representation of color #9DEAE7: hue angle of 177.66º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEAE7 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB157234231-
CMYK0.3300.010.08
HSL177.66º64.71%76.67%-
HSV(B)177.66º32.91%91.76%-
XYZ57.7571.7886.41-
YUV210.64139.4989.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.24%
GREEN value IS 234 (91.80% from 255) = 37.62%
BLUE value IS 231 (90.62% from 255) = 37.14%
R=25.24%
G=37.62%
B=37.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572342310.3300.010.08177.6664.7176.67
Hex9DEAE721018b2414d
Octal235352347410110262101115
Binary1001110111101010111001111000010110001011001010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,234,231); }

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

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

 a { background-color: rgb(157,234,231); }

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

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

 span { border-color: rgb(157,234,231); }

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