#9DDFEC

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

Shades of Blizzard Blue #9DDFEC

Tints of Blizzard Blue #9DDFEC

Color information

#9DDFEC (or 0x9DDFEC) is unknown color: approx Blizzard Blue. HEX triplet: 9D, DF and EC. RGB value is (157,223,236). Sum of RGB (Red+Green+Blue) = 157+223+236=616 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.49% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DDFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDFEC is #622013. Grayscale: #CCCCCC. Windows color (decimal): -6430740 or 15523741. OLE color: 15523741.

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

Color convert

RGB157223236-
CMYK0.330.0600.07
HSL189.87º67.52%77.06%-
HSV(B)189.87º33.47%92.55%-
XYZ55.436689.17-
YUV204.75145.6393.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.49%
GREEN value IS 223 (87.5% from 255) = 36.20%
BLUE value IS 236 (92.58% from 255) = 38.31%
R=25.49%
G=36.20%
B=38.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572232360.330.0600.07189.8767.5277.06
Hex9DDFEC21607be444d
Octal23533735441607276104115
Binary10011101110111111110110010000111001111011111010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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