#9DE0EE

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

Shades of Blizzard Blue #9DE0EE

Tints of Blizzard Blue #9DE0EE

Color information

#9DE0EE (or 0x9DE0EE) is unknown color: approx Blizzard Blue. HEX triplet: 9D, E0 and EE. RGB value is (157,224,238). Sum of RGB (Red+Green+Blue) = 157+224+238=619 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.36% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DE0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE0EE is #621F11. Grayscale: #CDCDCD. Windows color (decimal): -6430482 or 15655069. OLE color: 15655069.

HSL color Cylindrical-coordinate representation of color #9DE0EE: hue angle of 190.37º 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 #9DE0EE is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157224238-
CMYK0.340.0600.07
HSL190.37º70.43%77.45%-
HSV(B)190.37º34.03%93.33%-
XYZ55.9966.6590.8-
YUV205.56146.393.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.36%
GREEN value IS 224 (87.89% from 255) = 36.19%
BLUE value IS 238 (93.36% from 255) = 38.45%
R=25.36%
G=36.19%
B=38.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572242380.340.0600.07190.3770.4377.45
Hex9DE0EE22607be464d
Octal23534035642607276106115
Binary10011101111000001110111010001011001111011111010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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