#9DECEB

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

Shades of Blizzard Blue #9DECEB

Tints of Blizzard Blue #9DECEB

Color information

#9DECEB (or 0x9DECEB) is unknown color: approx Blizzard Blue. HEX triplet: 9D, EC and EB. RGB value is (157,236,235). Sum of RGB (Red+Green+Blue) = 157+236+235=628 (83% of max value = 765). Red value is 157 (61.72% from 255 or 25% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DECEB is #621314. Grayscale: #D4D4D4. Windows color (decimal): -6427413 or 15461533. OLE color: 15461533.

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

Color convert

RGB157236235-
CMYK0.3300.000.07
HSL179.24º67.52%77.06%-
HSV(B)179.24º33.47%92.55%-
XYZ58.973.1689.61-
YUV212.26140.8388.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25%
GREEN value IS 236 (92.58% from 255) = 37.58%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=25%
G=37.58%
B=37.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572362350.3300.000.07179.2467.5277.06
Hex9DECEB21007b3444d
Octal23535435341007263104115
Binary100111011110110011101011100001001111011001110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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