Shades of Blizzard Blue #9AF0EF
Tints of Blizzard Blue #9AF0EF
RGB
CMYK
RGB Variations
Color information
#9AF0EF (or 0x9AF0EF) is known color: Blizzard Blue. HEX triplet: 9A, F0 and EF. RGB value is (154,240,239). Sum of RGB (Red+Green+Blue) = 154+240+239=633 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.33% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF0EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AF0EF is #650F10. Grayscale: #D6D6D6. Windows color (decimal): -6622993 or 15724698. OLE color: 15724698.
HSL color Cylindrical-coordinate representation of color #9AF0EF: hue angle of 179.3º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AF0EF is Cyan = 0.36, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 240 | 239 | - |
| CMYK | 0.36 | 0 | 0.00 | 0.06 |
| HSL | 179.3º | 0.74% | 0.77% | - |
| HSV(B) | 179.3º | 0.36% | 0.94% | - |
| XYZ | 60.07 | 75.42 | 93.05 | - |
| YUV | 214.17 | 142.01 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 240 | 239 | 0.36 | 0 | 0.00 | 0.06 | 179.3 | 0.74 | 0.77 |
| Hex | 9A | F0 | EF | 24 | 0 | 0 | 6 | B3 | 4A | 4D |
| Octal | 232 | 360 | 357 | 44 | 0 | 0 | 6 | 263 | 112 | 115 |
| Binary | 10011010 | 11110000 | 11101111 | 100100 | 0 | 0 | 110 | 10110011 | 1001010 | 1001101 |
Color Harmonies of #9AF0EF
Complementary color
Monochromatic Colors of #9AF0EF
Black with #9AF0EF
Text Example
Text Example
White with #9AF0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF0EF; }
p { color: rgb(154,240,239); }
H1.HeaderClassName
{
color: #9AF0EF;
}
.AnyTagClassName
{
color: #9AF0EF;
}
</style>
background-color css
<style>
a { background-color: #9AF0EF; }
a { background-color: rgb(154,240,239); }
div.DivClassName
{
background-color: #9AF0EF;
}
.BgClassName
{
background-color: #9AF0EF;
}
</style>
border-color css
<style>
span { border-color: #9AF0EF; }
span { border-color: rgb(154,240,239); }
td.TdClassName
{
border-color: #9AF0EF;
}
.TagClassName
{
border-color: #9AF0EF;
}
</style>