Shades of Blizzard Blue #A8ECFA
Tints of Blizzard Blue #A8ECFA
RGB
CMYK
RGB Variations
Color information
#A8ECFA (or 0xA8ECFA) is known color: Blizzard Blue. HEX triplet: A8, EC and FA. RGB value is (168,236,250). Sum of RGB (Red+Green+Blue) = 168+236+250=654 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.69% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8ECFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8ECFA is #571305. Grayscale: #D9D9D9. Windows color (decimal): -5706502 or 16444584. OLE color: 16444584.
HSL color Cylindrical-coordinate representation of color #A8ECFA: hue angle of 190.24º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8ECFA is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 236 | 250 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.02 |
| HSL | 190.24º | 0.89% | 0.82% | - |
| HSV(B) | 190.24º | 0.33% | 0.98% | - |
| XYZ | 63.4 | 75.22 | 101.62 | - |
| YUV | 217.26 | 146.47 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 250 | 0.33 | 0.06 | 0 | 0.02 | 190.24 | 0.89 | 0.82 |
| Hex | A8 | EC | FA | 21 | 6 | 0 | 2 | BE | 59 | 52 |
| Octal | 250 | 354 | 372 | 41 | 6 | 0 | 2 | 276 | 131 | 122 |
| Binary | 10101000 | 11101100 | 11111010 | 100001 | 110 | 0 | 10 | 10111110 | 1011001 | 1010010 |
Color Harmonies of #A8ECFA
Complementary color
Monochromatic Colors of #A8ECFA
Black with #A8ECFA
Text Example
Text Example
White with #A8ECFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECFA; }
p { color: rgb(168,236,250); }
H1.HeaderClassName
{
color: #A8ECFA;
}
.AnyTagClassName
{
color: #A8ECFA;
}
</style>
background-color css
<style>
a { background-color: #A8ECFA; }
a { background-color: rgb(168,236,250); }
div.DivClassName
{
background-color: #A8ECFA;
}
.BgClassName
{
background-color: #A8ECFA;
}
</style>
border-color css
<style>
span { border-color: #A8ECFA; }
span { border-color: rgb(168,236,250); }
td.TdClassName
{
border-color: #A8ECFA;
}
.TagClassName
{
border-color: #A8ECFA;
}
</style>