#9DDFED

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

Shades of Blizzard Blue #9DDFED

Tints of Blizzard Blue #9DDFED

Color information

#9DDFED (or 0x9DDFED) is unknown color: approx Blizzard Blue. HEX triplet: 9D, DF and ED. RGB value is (157,223,237). Sum of RGB (Red+Green+Blue) = 157+223+237=617 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.45% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #9DDFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDFED is #622012. Grayscale: #CCCCCC. Windows color (decimal): -6430739 or 15589277. OLE color: 15589277.

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

Color convert

RGB157223237-
CMYK0.340.0600.07
HSL190.5º68.97%77.25%-
HSV(B)190.5º33.76%92.94%-
XYZ55.5866.0689.94-
YUV204.86146.1393.86-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.45%
GREEN value IS 223 (87.5% from 255) = 36.14%
BLUE value IS 237 (92.97% from 255) = 38.41%
R=25.45%
G=36.14%
B=38.41%

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
Decimal1572232370.340.0600.07190.568.9777.25
Hex9DDFED22607be454d
Octal23533735542607276105115
Binary10011101110111111110110110001011001111011111010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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