Shades of Blizzard Blue #9DDEF2
Tints of Blizzard Blue #9DDEF2
RGB
CMYK
RGB Variations
Color information
#9DDEF2 (or 0x9DDEF2) is known color: Blizzard Blue. HEX triplet: 9D, DE and F2. RGB value is (157,222,242). Sum of RGB (Red+Green+Blue) = 157+222+242=621 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.28% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 242 - color contains mainly: blue. Hex color #9DDEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDEF2 is #62210D. Grayscale: #CCCCCC. Windows color (decimal): -6430990 or 15916701. OLE color: 15916701.
HSL color Cylindrical-coordinate representation of color #9DDEF2: hue angle of 194.12º degrees, saturation: 0.77, 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 #9DDEF2 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 222 | 242 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.05 |
| HSL | 194.12º | 0.77% | 0.78% | - |
| HSV(B) | 194.12º | 0.35% | 0.95% | - |
| XYZ | 56.05 | 65.82 | 93.75 | - |
| YUV | 204.85 | 148.97 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 222 | 242 | 0.35 | 0.08 | 0 | 0.05 | 194.12 | 0.77 | 0.78 |
| Hex | 9D | DE | F2 | 23 | 8 | 0 | 5 | C2 | 4D | 4E |
| Octal | 235 | 336 | 362 | 43 | 10 | 0 | 5 | 302 | 115 | 116 |
| Binary | 10011101 | 11011110 | 11110010 | 100011 | 1000 | 0 | 101 | 11000010 | 1001101 | 1001110 |
Color Harmonies of #9DDEF2
Complementary color
Monochromatic Colors of #9DDEF2
Black with #9DDEF2
Text Example
Text Example
White with #9DDEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDEF2; }
p { color: rgb(157,222,242); }
H1.HeaderClassName
{
color: #9DDEF2;
}
.AnyTagClassName
{
color: #9DDEF2;
}
</style>
background-color css
<style>
a { background-color: #9DDEF2; }
a { background-color: rgb(157,222,242); }
div.DivClassName
{
background-color: #9DDEF2;
}
.BgClassName
{
background-color: #9DDEF2;
}
</style>
border-color css
<style>
span { border-color: #9DDEF2; }
span { border-color: rgb(157,222,242); }
td.TdClassName
{
border-color: #9DDEF2;
}
.TagClassName
{
border-color: #9DDEF2;
}
</style>