Shades of Blizzard Blue #9DF0FC
Tints of Blizzard Blue #9DF0FC
RGB
CMYK
RGB Variations
Color information
#9DF0FC (or 0x9DF0FC) is known color: Blizzard Blue. HEX triplet: 9D, F0 and FC. RGB value is (157,240,252). Sum of RGB (Red+Green+Blue) = 157+240+252=649 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.19% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #9DF0FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF0FC is #620F03. Grayscale: #D8D8D8. Windows color (decimal): -6426372 or 16576669. OLE color: 16576669.
HSL color Cylindrical-coordinate representation of color #9DF0FC: hue angle of 187.58º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DF0FC is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 240 | 252 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.01 |
| HSL | 187.58º | 0.94% | 0.8% | - |
| HSV(B) | 187.58º | 0.38% | 0.99% | - |
| XYZ | 62.64 | 76.52 | 103.56 | - |
| YUV | 216.55 | 148 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 240 | 252 | 0.38 | 0.05 | 0 | 0.01 | 187.58 | 0.94 | 0.8 |
| Hex | 9D | F0 | FC | 26 | 5 | 0 | 1 | BC | 5E | 50 |
| Octal | 235 | 360 | 374 | 46 | 5 | 0 | 1 | 274 | 136 | 120 |
| Binary | 10011101 | 11110000 | 11111100 | 100110 | 101 | 0 | 1 | 10111100 | 1011110 | 1010000 |
Color Harmonies of #9DF0FC
Complementary color
Monochromatic Colors of #9DF0FC
Black with #9DF0FC
Text Example
Text Example
White with #9DF0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF0FC; }
p { color: rgb(157,240,252); }
H1.HeaderClassName
{
color: #9DF0FC;
}
.AnyTagClassName
{
color: #9DF0FC;
}
</style>
background-color css
<style>
a { background-color: #9DF0FC; }
a { background-color: rgb(157,240,252); }
div.DivClassName
{
background-color: #9DF0FC;
}
.BgClassName
{
background-color: #9DF0FC;
}
</style>
border-color css
<style>
span { border-color: #9DF0FC; }
span { border-color: rgb(157,240,252); }
td.TdClassName
{
border-color: #9DF0FC;
}
.TagClassName
{
border-color: #9DF0FC;
}
</style>