Shades of Blizzard Blue #9FF2F8
Tints of Blizzard Blue #9FF2F8
RGB
CMYK
RGB Variations
Color information
#9FF2F8 (or 0x9FF2F8) is known color: Blizzard Blue. HEX triplet: 9F, F2 and F8. RGB value is (159,242,248). Sum of RGB (Red+Green+Blue) = 159+242+248=649 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.50% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 248 (97.27% from 255 or 38.21% from 649); Max value from RGB is 248 - color contains mainly: blue. Hex color #9FF2F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF2F8 is #600D07. Grayscale: #D9D9D9. Windows color (decimal): -6294792 or 16315039. OLE color: 16315039.
HSL color Cylindrical-coordinate representation of color #9FF2F8: hue angle of 184.04º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FF2F8 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 159 | 242 | 248 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.03 |
| HSL | 184.04º | 0.86% | 0.8% | - |
| HSV(B) | 184.04º | 0.36% | 0.97% | - |
| XYZ | 62.99 | 77.65 | 100.48 | - |
| YUV | 217.87 | 145 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 248 | 0.36 | 0.02 | 0 | 0.03 | 184.04 | 0.86 | 0.8 |
| Hex | 9F | F2 | F8 | 24 | 2 | 0 | 3 | B8 | 56 | 50 |
| Octal | 237 | 362 | 370 | 44 | 2 | 0 | 3 | 270 | 126 | 120 |
| Binary | 10011111 | 11110010 | 11111000 | 100100 | 10 | 0 | 11 | 10111000 | 1010110 | 1010000 |
Color Harmonies of #9FF2F8
Complementary color
Monochromatic Colors of #9FF2F8
Black with #9FF2F8
Text Example
Text Example
White with #9FF2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF2F8; }
p { color: rgb(159,242,248); }
H1.HeaderClassName
{
color: #9FF2F8;
}
.AnyTagClassName
{
color: #9FF2F8;
}
</style>
background-color css
<style>
a { background-color: #9FF2F8; }
a { background-color: rgb(159,242,248); }
div.DivClassName
{
background-color: #9FF2F8;
}
.BgClassName
{
background-color: #9FF2F8;
}
</style>
border-color css
<style>
span { border-color: #9FF2F8; }
span { border-color: rgb(159,242,248); }
td.TdClassName
{
border-color: #9FF2F8;
}
.TagClassName
{
border-color: #9FF2F8;
}
</style>