Shades of Blizzard Blue #9FF0FF
Tints of Blizzard Blue #9FF0FF
RGB
CMYK
RGB Variations
Color information
#9FF0FF (or 0x9FF0FF) is known color: Blizzard Blue. HEX triplet: 9F, F0 and FF. RGB value is (159,240,255). Sum of RGB (Red+Green+Blue) = 159+240+255=654 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.31% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FF0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF0FF is #600F00. Grayscale: #D9D9D9. Windows color (decimal): -6295297 or 16773279. OLE color: 16773279.
HSL color Cylindrical-coordinate representation of color #9FF0FF: hue angle of 189.38º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FF0FF is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 240 | 255 | - |
| CMYK | 0.38 | 0.06 | 0 | 0 |
| HSL | 189.38º | 1% | 0.81% | - |
| HSV(B) | 189.38º | 0.38% | 1% | - |
| XYZ | 63.51 | 76.91 | 106.11 | - |
| YUV | 217.49 | 149.16 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 240 | 255 | 0.38 | 0.06 | 0 | 0 | 189.38 | 1 | 0.81 |
| Hex | 9F | F0 | FF | 26 | 6 | 0 | 0 | BD | 64 | 51 |
| Octal | 237 | 360 | 377 | 46 | 6 | 0 | 0 | 275 | 144 | 121 |
| Binary | 10011111 | 11110000 | 11111111 | 100110 | 110 | 0 | 0 | 10111101 | 1100100 | 1010001 |
Color Harmonies of #9FF0FF
Complementary color
Monochromatic Colors of #9FF0FF
Black with #9FF0FF
Text Example
Text Example
White with #9FF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF0FF; }
p { color: rgb(159,240,255); }
H1.HeaderClassName
{
color: #9FF0FF;
}
.AnyTagClassName
{
color: #9FF0FF;
}
</style>
background-color css
<style>
a { background-color: #9FF0FF; }
a { background-color: rgb(159,240,255); }
div.DivClassName
{
background-color: #9FF0FF;
}
.BgClassName
{
background-color: #9FF0FF;
}
</style>
border-color css
<style>
span { border-color: #9FF0FF; }
span { border-color: rgb(159,240,255); }
td.TdClassName
{
border-color: #9FF0FF;
}
.TagClassName
{
border-color: #9FF0FF;
}
</style>