#9DDDF0

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

Shades of Blizzard Blue #9DDDF0

Tints of Blizzard Blue #9DDDF0

Color information

#9DDDF0 (or 0x9DDDF0) is unknown color: approx Blizzard Blue. HEX triplet: 9D, DD and F0. RGB value is (157,221,240). Sum of RGB (Red+Green+Blue) = 157+221+240=618 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.40% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #9DDDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDDF0 is #62220F. Grayscale: #CBCBCB. Windows color (decimal): -6431248 or 15785373. OLE color: 15785373.

HSL color Cylindrical-coordinate representation of color #9DDDF0: hue angle of 193.73º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DDDF0 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB157221240-
CMYK0.350.0800.06
HSL193.73º73.45%77.84%-
HSV(B)193.73º34.58%94.12%-
XYZ55.4965.1792.09-
YUV204.03148.394.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.40%
GREEN value IS 221 (86.72% from 255) = 35.76%
BLUE value IS 240 (94.14% from 255) = 38.83%
R=25.40%
G=35.76%
B=38.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1572212400.350.0800.06193.7373.4577.84
Hex9DDDF023806c2494e
Octal235335360431006302111116
Binary100111011101110111110000100011100001101100001010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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