Shades of Blizzard Blue #9AE9FA
Tints of Blizzard Blue #9AE9FA
RGB
CMYK
RGB Variations
Color information
#9AE9FA (or 0x9AE9FA) is known color: Blizzard Blue. HEX triplet: 9A, E9 and FA. RGB value is (154,233,250). Sum of RGB (Red+Green+Blue) = 154+233+250=637 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.18% from 637); Green value is 233 (91.41% from 255 or 36.58% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #9AE9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AE9FA is #651605. Grayscale: #D3D3D3. Windows color (decimal): -6624774 or 16443802. OLE color: 16443802.
HSL color Cylindrical-coordinate representation of color #9AE9FA: hue angle of 190.62º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AE9FA is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 233 | 250 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.02 |
| HSL | 190.63º | 0.91% | 0.79% | - |
| HSV(B) | 190.63º | 0.38% | 0.98% | - |
| XYZ | 59.72 | 72.05 | 101.2 | - |
| YUV | 211.32 | 149.83 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 233 | 250 | 0.38 | 0.07 | 0 | 0.02 | 190.63 | 0.91 | 0.79 |
| Hex | 9A | E9 | FA | 26 | 7 | 0 | 2 | BF | 5B | 4F |
| Octal | 232 | 351 | 372 | 46 | 7 | 0 | 2 | 277 | 133 | 117 |
| Binary | 10011010 | 11101001 | 11111010 | 100110 | 111 | 0 | 10 | 10111111 | 1011011 | 1001111 |
Color Harmonies of #9AE9FA
Complementary color
Monochromatic Colors of #9AE9FA
Black with #9AE9FA
Text Example
Text Example
White with #9AE9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE9FA; }
p { color: rgb(154,233,250); }
H1.HeaderClassName
{
color: #9AE9FA;
}
.AnyTagClassName
{
color: #9AE9FA;
}
</style>
background-color css
<style>
a { background-color: #9AE9FA; }
a { background-color: rgb(154,233,250); }
div.DivClassName
{
background-color: #9AE9FA;
}
.BgClassName
{
background-color: #9AE9FA;
}
</style>
border-color css
<style>
span { border-color: #9AE9FA; }
span { border-color: rgb(154,233,250); }
td.TdClassName
{
border-color: #9AE9FA;
}
.TagClassName
{
border-color: #9AE9FA;
}
</style>