Shades of Blizzard Blue #9DDCF1
Tints of Blizzard Blue #9DDCF1
RGB
CMYK
RGB Variations
Color information
#9DDCF1 (or 0x9DDCF1) is known color: Blizzard Blue. HEX triplet: 9D, DC and F1. RGB value is (157,220,241). Sum of RGB (Red+Green+Blue) = 157+220+241=618 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.40% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #9DDCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDCF1 is #62230E. Grayscale: #CBCBCB. Windows color (decimal): -6431503 or 15850653. OLE color: 15850653.
HSL color Cylindrical-coordinate representation of color #9DDCF1: hue angle of 195º 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 #9DDCF1 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 220 | 241 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.05 |
| HSL | 195º | 0.75% | 0.78% | - |
| HSV(B) | 195º | 0.35% | 0.95% | - |
| XYZ | 55.38 | 64.71 | 92.79 | - |
| YUV | 203.56 | 149.13 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 220 | 241 | 0.35 | 0.09 | 0 | 0.05 | 195 | 0.75 | 0.78 |
| Hex | 9D | DC | F1 | 23 | 9 | 0 | 5 | C3 | 4B | 4E |
| Octal | 235 | 334 | 361 | 43 | 11 | 0 | 5 | 303 | 113 | 116 |
| Binary | 10011101 | 11011100 | 11110001 | 100011 | 1001 | 0 | 101 | 11000011 | 1001011 | 1001110 |
Color Harmonies of #9DDCF1
Complementary color
Monochromatic Colors of #9DDCF1
Black with #9DDCF1
Text Example
Text Example
White with #9DDCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDCF1; }
p { color: rgb(157,220,241); }
H1.HeaderClassName
{
color: #9DDCF1;
}
.AnyTagClassName
{
color: #9DDCF1;
}
</style>
background-color css
<style>
a { background-color: #9DDCF1; }
a { background-color: rgb(157,220,241); }
div.DivClassName
{
background-color: #9DDCF1;
}
.BgClassName
{
background-color: #9DDCF1;
}
</style>
border-color css
<style>
span { border-color: #9DDCF1; }
span { border-color: rgb(157,220,241); }
td.TdClassName
{
border-color: #9DDCF1;
}
.TagClassName
{
border-color: #9DDCF1;
}
</style>