#9DE8EE

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

Shades of Blizzard Blue #9DE8EE

Tints of Blizzard Blue #9DE8EE

Color information

#9DE8EE (or 0x9DE8EE) is unknown color: approx Blizzard Blue. HEX triplet: 9D, E8 and EE. RGB value is (157,232,238). Sum of RGB (Red+Green+Blue) = 157+232+238=627 (83% of max value = 765). Red value is 157 (61.72% from 255 or 25.04% from 627); Green value is 232 (91.02% from 255 or 37.00% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DE8EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DE8EE is #621711. Grayscale: #D2D2D2. Windows color (decimal): -6428434 or 15657117. OLE color: 15657117.

HSL color Cylindrical-coordinate representation of color #9DE8EE: hue angle of 184.44º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DE8EE is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157232238-
CMYK0.340.0300.07
HSL184.44º70.43%77.45%-
HSV(B)184.44º34.03%93.33%-
XYZ58.1971.0591.54-
YUV210.26143.6590.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.04%
GREEN value IS 232 (91.02% from 255) = 37.00%
BLUE value IS 238 (93.36% from 255) = 37.96%
R=25.04%
G=37.00%
B=37.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572322380.340.0300.07184.4470.4377.45
Hex9DE8EE22307b8464d
Octal23535035642307270106115
Binary1001110111101000111011101000101101111011100010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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