#9DDDF1

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

Shades of Blizzard Blue #9DDDF1

Tints of Blizzard Blue #9DDDF1

Color information

#9DDDF1 (or 0x9DDDF1) is unknown color: approx Blizzard Blue. HEX triplet: 9D, DD and F1. RGB value is (157,221,241). Sum of RGB (Red+Green+Blue) = 157+221+241=619 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.36% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #9DDDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDDF1 is #62220E. Grayscale: #CBCBCB. Windows color (decimal): -6431247 or 15850909. OLE color: 15850909.

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

Color convert

RGB157221241-
CMYK0.350.0800.05
HSL194.29º75%78.04%-
HSV(B)194.29º34.85%94.51%-
XYZ55.6465.2392.88-
YUV204.14148.894.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.36%
GREEN value IS 221 (86.72% from 255) = 35.70%
BLUE value IS 241 (94.53% from 255) = 38.93%
R=25.36%
G=35.70%
B=38.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572212410.350.0800.05194.297578.04
Hex9DDDF123805c24b4e
Octal235335361431005302113116
Binary100111011101110111110001100011100001011100001010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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