#9DDDEE

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

Shades of Blizzard Blue #9DDDEE

Tints of Blizzard Blue #9DDDEE

Color information

#9DDDEE (or 0x9DDDEE) is unknown color: approx Blizzard Blue. HEX triplet: 9D, DD and EE. RGB value is (157,221,238). Sum of RGB (Red+Green+Blue) = 157+221+238=616 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.49% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DDDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDDEE is #622211. Grayscale: #CBCBCB. Windows color (decimal): -6431250 or 15654301. OLE color: 15654301.

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

Color convert

RGB157221238-
CMYK0.340.0700.07
HSL192.59º70.43%77.45%-
HSV(B)192.59º34.03%93.33%-
XYZ55.1965.0590.54-
YUV203.8147.394.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.49%
GREEN value IS 221 (86.72% from 255) = 35.88%
BLUE value IS 238 (93.36% from 255) = 38.64%
R=25.49%
G=35.88%
B=38.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572212380.340.0700.07192.5970.4377.45
Hex9DDDEE22707c1464d
Octal23533535642707301106115
Binary10011101110111011110111010001011101111100000110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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