#9DECEE

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

Shades of Blizzard Blue #9DECEE

Tints of Blizzard Blue #9DECEE

Color information

#9DECEE (or 0x9DECEE) is unknown color: approx Blizzard Blue. HEX triplet: 9D, EC and EE. RGB value is (157,236,238). Sum of RGB (Red+Green+Blue) = 157+236+238=631 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.88% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DECEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DECEE is #621311. Grayscale: #D4D4D4. Windows color (decimal): -6427410 or 15658141. OLE color: 15658141.

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

Color convert

RGB157236238-
CMYK0.340.0100.07
HSL181.48º70.43%77.45%-
HSV(B)181.48º34.03%93.33%-
XYZ59.3373.3391.92-
YUV212.61142.3388.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.88%
GREEN value IS 236 (92.58% from 255) = 37.40%
BLUE value IS 238 (93.36% from 255) = 37.72%
R=24.88%
G=37.40%
B=37.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572362380.340.0100.07181.4870.4377.45
Hex9DECEE22107b5464d
Octal23535435642107265106115
Binary100111011110110011101110100010101111011010110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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