#9DEAE6

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

Shades of Blizzard Blue #9DEAE6

Tints of Blizzard Blue #9DEAE6

Color information

#9DEAE6 (or 0x9DEAE6) is unknown color: approx Blizzard Blue. HEX triplet: 9D, EA and E6. RGB value is (157,234,230). Sum of RGB (Red+Green+Blue) = 157+234+230=621 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.28% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEAE6 is #621519. Grayscale: #D2D2D2. Windows color (decimal): -6427930 or 15133341. OLE color: 15133341.

HSL color Cylindrical-coordinate representation of color #9DEAE6: hue angle of 176.88º 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 #9DEAE6 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB157234230-
CMYK0.3300.020.08
HSL176.88º64.71%76.67%-
HSV(B)176.88º32.91%91.76%-
XYZ57.6171.7385.67-
YUV210.52138.9989.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.28%
GREEN value IS 234 (91.80% from 255) = 37.68%
BLUE value IS 230 (90.23% from 255) = 37.04%
R=25.28%
G=37.68%
B=37.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572342300.3300.020.08176.8864.7176.67
Hex9DEAE621028b1414d
Octal235352346410210261101115
Binary10011101111010101110011010000101010001011000110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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