Shades of Blizzard Blue #9DF0FA
Tints of Blizzard Blue #9DF0FA
RGB
CMYK
RGB Variations
Color information
#9DF0FA (or 0x9DF0FA) is known color: Blizzard Blue. HEX triplet: 9D, F0 and FA. RGB value is (157,240,250). Sum of RGB (Red+Green+Blue) = 157+240+250=647 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.27% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DF0FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF0FA is #620F05. Grayscale: #D8D8D8. Windows color (decimal): -6426374 or 16445597. OLE color: 16445597.
HSL color Cylindrical-coordinate representation of color #9DF0FA: hue angle of 186.45º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DF0FA is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 240 | 250 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.02 |
| HSL | 186.45º | 0.9% | 0.8% | - |
| HSV(B) | 186.45º | 0.37% | 0.98% | - |
| XYZ | 62.32 | 76.39 | 101.9 | - |
| YUV | 216.32 | 147 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 240 | 250 | 0.37 | 0.04 | 0 | 0.02 | 186.45 | 0.9 | 0.8 |
| Hex | 9D | F0 | FA | 25 | 4 | 0 | 2 | BA | 5A | 50 |
| Octal | 235 | 360 | 372 | 45 | 4 | 0 | 2 | 272 | 132 | 120 |
| Binary | 10011101 | 11110000 | 11111010 | 100101 | 100 | 0 | 10 | 10111010 | 1011010 | 1010000 |
Color Harmonies of #9DF0FA
Complementary color
Monochromatic Colors of #9DF0FA
Black with #9DF0FA
Text Example
Text Example
White with #9DF0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF0FA; }
p { color: rgb(157,240,250); }
H1.HeaderClassName
{
color: #9DF0FA;
}
.AnyTagClassName
{
color: #9DF0FA;
}
</style>
background-color css
<style>
a { background-color: #9DF0FA; }
a { background-color: rgb(157,240,250); }
div.DivClassName
{
background-color: #9DF0FA;
}
.BgClassName
{
background-color: #9DF0FA;
}
</style>
border-color css
<style>
span { border-color: #9DF0FA; }
span { border-color: rgb(157,240,250); }
td.TdClassName
{
border-color: #9DF0FA;
}
.TagClassName
{
border-color: #9DF0FA;
}
</style>