Shades of Blizzard Blue #9AF5FE
Tints of Blizzard Blue #9AF5FE
RGB
CMYK
RGB Variations
Color information
#9AF5FE (or 0x9AF5FE) is known color: Blizzard Blue. HEX triplet: 9A, F5 and FE. RGB value is (154,245,254). Sum of RGB (Red+Green+Blue) = 154+245+254=653 (86% of max value = 765). Red value is 154 (60.55% from 255 or 23.58% from 653); Green value is 245 (96.09% from 255 or 37.52% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #9AF5FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AF5FE is #650A01. Grayscale: #DADADA. Windows color (decimal): -6621698 or 16709018. OLE color: 16709018.
HSL color Cylindrical-coordinate representation of color #9AF5FE: hue angle of 185.4º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AF5FE is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 245 | 254 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.00 |
| HSL | 185.4º | 0.98% | 0.8% | - |
| HSV(B) | 185.4º | 0.39% | 1% | - |
| XYZ | 63.87 | 79.33 | 105.71 | - |
| YUV | 218.82 | 147.85 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 245 | 254 | 0.39 | 0.04 | 0 | 0.00 | 185.4 | 0.98 | 0.8 |
| Hex | 9A | F5 | FE | 27 | 4 | 0 | 0 | B9 | 62 | 50 |
| Octal | 232 | 365 | 376 | 47 | 4 | 0 | 0 | 271 | 142 | 120 |
| Binary | 10011010 | 11110101 | 11111110 | 100111 | 100 | 0 | 0 | 10111001 | 1100010 | 1010000 |
Color Harmonies of #9AF5FE
Complementary color
Monochromatic Colors of #9AF5FE
Black with #9AF5FE
Text Example
Text Example
White with #9AF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF5FE; }
p { color: rgb(154,245,254); }
H1.HeaderClassName
{
color: #9AF5FE;
}
.AnyTagClassName
{
color: #9AF5FE;
}
</style>
background-color css
<style>
a { background-color: #9AF5FE; }
a { background-color: rgb(154,245,254); }
div.DivClassName
{
background-color: #9AF5FE;
}
.BgClassName
{
background-color: #9AF5FE;
}
</style>
border-color css
<style>
span { border-color: #9AF5FE; }
span { border-color: rgb(154,245,254); }
td.TdClassName
{
border-color: #9AF5FE;
}
.TagClassName
{
border-color: #9AF5FE;
}
</style>