#9DE8EB

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

Shades of Blizzard Blue #9DE8EB

Tints of Blizzard Blue #9DE8EB

Color information

#9DE8EB (or 0x9DE8EB) is unknown color: approx Blizzard Blue. HEX triplet: 9D, E8 and EB. RGB value is (157,232,235). Sum of RGB (Red+Green+Blue) = 157+232+235=624 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.16% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DE8EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DE8EB is #621714. Grayscale: #D1D1D1. Windows color (decimal): -6428437 or 15460509. OLE color: 15460509.

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

Color convert

RGB157232235-
CMYK0.330.0100.08
HSL182.31º66.1%76.86%-
HSV(B)182.31º33.19%92.16%-
XYZ57.7670.8889.23-
YUV209.92142.1590.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.16%
GREEN value IS 232 (91.02% from 255) = 37.18%
BLUE value IS 235 (92.19% from 255) = 37.66%
R=25.16%
G=37.18%
B=37.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572322350.330.0100.08182.3166.176.86
Hex9DE8EB21108b6424d
Octal235350353411010266102115
Binary1001110111101000111010111000011010001011011010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,232,235); }

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

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

 a { background-color: rgb(157,232,235); }

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

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

 span { border-color: rgb(157,232,235); }

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