Shades of Blizzard Blue #9FEAFA
Tints of Blizzard Blue #9FEAFA
RGB
CMYK
RGB Variations
Color information
#9FEAFA (or 0x9FEAFA) is known color: Blizzard Blue. HEX triplet: 9F, EA and FA. RGB value is (159,234,250). Sum of RGB (Red+Green+Blue) = 159+234+250=643 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.73% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #9FEAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEAFA is #601505. Grayscale: #D5D5D5. Windows color (decimal): -6296838 or 16444063. OLE color: 16444063.
HSL color Cylindrical-coordinate representation of color #9FEAFA: hue angle of 190.55º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FEAFA is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 234 | 250 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.02 |
| HSL | 190.55º | 0.9% | 0.8% | - |
| HSV(B) | 190.55º | 0.36% | 0.98% | - |
| XYZ | 60.98 | 73.12 | 101.34 | - |
| YUV | 213.4 | 148.65 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 234 | 250 | 0.36 | 0.06 | 0 | 0.02 | 190.55 | 0.9 | 0.8 |
| Hex | 9F | EA | FA | 24 | 6 | 0 | 2 | BF | 5A | 50 |
| Octal | 237 | 352 | 372 | 44 | 6 | 0 | 2 | 277 | 132 | 120 |
| Binary | 10011111 | 11101010 | 11111010 | 100100 | 110 | 0 | 10 | 10111111 | 1011010 | 1010000 |
Color Harmonies of #9FEAFA
Complementary color
Monochromatic Colors of #9FEAFA
Black with #9FEAFA
Text Example
Text Example
White with #9FEAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEAFA; }
p { color: rgb(159,234,250); }
H1.HeaderClassName
{
color: #9FEAFA;
}
.AnyTagClassName
{
color: #9FEAFA;
}
</style>
background-color css
<style>
a { background-color: #9FEAFA; }
a { background-color: rgb(159,234,250); }
div.DivClassName
{
background-color: #9FEAFA;
}
.BgClassName
{
background-color: #9FEAFA;
}
</style>
border-color css
<style>
span { border-color: #9FEAFA; }
span { border-color: rgb(159,234,250); }
td.TdClassName
{
border-color: #9FEAFA;
}
.TagClassName
{
border-color: #9FEAFA;
}
</style>