#9CDDEC

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

Shades of Blizzard Blue #9CDDEC

Tints of Blizzard Blue #9CDDEC

Color information

#9CDDEC (or 0x9CDDEC) is unknown color: approx Blizzard Blue. HEX triplet: 9C, DD and EC. RGB value is (156,221,236). Sum of RGB (Red+Green+Blue) = 156+221+236=613 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.45% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CDDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDDEC is #632213. Grayscale: #CBCBCB. Windows color (decimal): -6496788 or 15523228. OLE color: 15523228.

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

Color convert

RGB156221236-
CMYK0.340.0600.07
HSL191.25º67.8%76.86%-
HSV(B)191.25º33.9%92.55%-
XYZ54.7164.8488.99-
YUV203.28146.4794.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.45%
GREEN value IS 221 (86.72% from 255) = 36.05%
BLUE value IS 236 (92.58% from 255) = 38.50%
R=25.45%
G=36.05%
B=38.50%

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
Decimal1562212360.340.0600.07191.2567.876.86
Hex9CDDEC22607bf444d
Octal23433535442607277104115
Binary10011100110111011110110010001011001111011111110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,221,236); }

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

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

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

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

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

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

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