Shades of Blizzard Blue #9AECFC
Tints of Blizzard Blue #9AECFC
RGB
CMYK
RGB Variations
Color information
#9AECFC (or 0x9AECFC) is known color: Blizzard Blue. HEX triplet: 9A, EC and FC. RGB value is (154,236,252). Sum of RGB (Red+Green+Blue) = 154+236+252=642 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.99% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #9AECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AECFC is #651303. Grayscale: #D5D5D5. Windows color (decimal): -6624004 or 16575642. OLE color: 16575642.
HSL color Cylindrical-coordinate representation of color #9AECFC: hue angle of 189.8º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AECFC is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 236 | 252 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.01 |
| HSL | 189.8º | 0.94% | 0.8% | - |
| HSV(B) | 189.8º | 0.39% | 0.99% | - |
| XYZ | 60.89 | 73.89 | 103.15 | - |
| YUV | 213.31 | 149.83 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 236 | 252 | 0.39 | 0.06 | 0 | 0.01 | 189.8 | 0.94 | 0.8 |
| Hex | 9A | EC | FC | 27 | 6 | 0 | 1 | BE | 5E | 50 |
| Octal | 232 | 354 | 374 | 47 | 6 | 0 | 1 | 276 | 136 | 120 |
| Binary | 10011010 | 11101100 | 11111100 | 100111 | 110 | 0 | 1 | 10111110 | 1011110 | 1010000 |
Color Harmonies of #9AECFC
Complementary color
Monochromatic Colors of #9AECFC
Black with #9AECFC
Text Example
Text Example
White with #9AECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AECFC; }
p { color: rgb(154,236,252); }
H1.HeaderClassName
{
color: #9AECFC;
}
.AnyTagClassName
{
color: #9AECFC;
}
</style>
background-color css
<style>
a { background-color: #9AECFC; }
a { background-color: rgb(154,236,252); }
div.DivClassName
{
background-color: #9AECFC;
}
.BgClassName
{
background-color: #9AECFC;
}
</style>
border-color css
<style>
span { border-color: #9AECFC; }
span { border-color: rgb(154,236,252); }
td.TdClassName
{
border-color: #9AECFC;
}
.TagClassName
{
border-color: #9AECFC;
}
</style>