Shades of Blizzard Blue #9FF2FF
Tints of Blizzard Blue #9FF2FF
RGB
CMYK
RGB Variations
Color information
#9FF2FF (or 0x9FF2FF) is known color: Blizzard Blue. HEX triplet: 9F, F2 and FF. RGB value is (159,242,255). Sum of RGB (Red+Green+Blue) = 159+242+255=656 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.24% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FF2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF2FF is #600D00. Grayscale: #DADADA. Windows color (decimal): -6294785 or 16773791. OLE color: 16773791.
HSL color Cylindrical-coordinate representation of color #9FF2FF: hue angle of 188.12º 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 #9FF2FF is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 242 | 255 | - |
| CMYK | 0.38 | 0.05 | 0 | 0 |
| HSL | 188.13º | 1% | 0.81% | - |
| HSV(B) | 188.13º | 0.38% | 1% | - |
| XYZ | 64.1 | 78.1 | 106.3 | - |
| YUV | 218.67 | 148.5 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 255 | 0.38 | 0.05 | 0 | 0 | 188.13 | 1 | 0.81 |
| Hex | 9F | F2 | FF | 26 | 5 | 0 | 0 | BC | 64 | 51 |
| Octal | 237 | 362 | 377 | 46 | 5 | 0 | 0 | 274 | 144 | 121 |
| Binary | 10011111 | 11110010 | 11111111 | 100110 | 101 | 0 | 0 | 10111100 | 1100100 | 1010001 |
Color Harmonies of #9FF2FF
Complementary color
Monochromatic Colors of #9FF2FF
Black with #9FF2FF
Text Example
Text Example
White with #9FF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF2FF; }
p { color: rgb(159,242,255); }
H1.HeaderClassName
{
color: #9FF2FF;
}
.AnyTagClassName
{
color: #9FF2FF;
}
</style>
background-color css
<style>
a { background-color: #9FF2FF; }
a { background-color: rgb(159,242,255); }
div.DivClassName
{
background-color: #9FF2FF;
}
.BgClassName
{
background-color: #9FF2FF;
}
</style>
border-color css
<style>
span { border-color: #9FF2FF; }
span { border-color: rgb(159,242,255); }
td.TdClassName
{
border-color: #9FF2FF;
}
.TagClassName
{
border-color: #9FF2FF;
}
</style>