#9DDEED

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

Shades of Blizzard Blue #9DDEED

Tints of Blizzard Blue #9DDEED

Color information

#9DDEED (or 0x9DDEED) is unknown color: approx Blizzard Blue. HEX triplet: 9D, DE and ED. RGB value is (157,222,237). Sum of RGB (Red+Green+Blue) = 157+222+237=616 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.49% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #9DDEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDEED is #622112. Grayscale: #CCCCCC. Windows color (decimal): -6430995 or 15589021. OLE color: 15589021.

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

Color convert

RGB157222237-
CMYK0.340.0600.07
HSL191.25º68.97%77.25%-
HSV(B)191.25º33.76%92.94%-
XYZ55.3165.5389.85-
YUV204.28146.4794.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.49%
GREEN value IS 222 (87.11% from 255) = 36.04%
BLUE value IS 237 (92.97% from 255) = 38.47%
R=25.49%
G=36.04%
B=38.47%

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
Decimal1572222370.340.0600.07191.2568.9777.25
Hex9DDEED22607bf454d
Octal23533635542607277105115
Binary10011101110111101110110110001011001111011111110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,222,237); }

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

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

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

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

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

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

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