#9DECEC

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

Shades of Blizzard Blue #9DECEC

Tints of Blizzard Blue #9DECEC

Color information

#9DECEC (or 0x9DECEC) is unknown color: approx Blizzard Blue. HEX triplet: 9D, EC and EC. RGB value is (157,236,236). Sum of RGB (Red+Green+Blue) = 157+236+236=629 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.96% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #9DECEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DECEC is #621313. Grayscale: #D4D4D4. Windows color (decimal): -6427412 or 15527069. OLE color: 15527069.

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

Color convert

RGB157236236-
CMYK0.33000.07
HSL180º67.52%77.06%-
HSV(B)180º33.47%92.55%-
XYZ59.0473.2290.38-
YUV212.38141.3388.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.96%
GREEN value IS 236 (92.58% from 255) = 37.52%
BLUE value IS 236 (92.58% from 255) = 37.52%
R=24.96%
G=37.52%
B=37.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572362360.33000.0718067.5277.06
Hex9DECEC21007b4444d
Octal23535435441007264104115
Binary100111011110110011101100100001001111011010010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DECEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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