Shades of Blizzard Blue #A8ECFE
Tints of Blizzard Blue #A8ECFE
RGB
CMYK
RGB Variations
Color information
#A8ECFE (or 0xA8ECFE) is known color: Blizzard Blue. HEX triplet: A8, EC and FE. RGB value is (168,236,254). Sum of RGB (Red+Green+Blue) = 168+236+254=658 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.53% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8ECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8ECFE is #571301. Grayscale: #D9D9D9. Windows color (decimal): -5706498 or 16706728. OLE color: 16706728.
HSL color Cylindrical-coordinate representation of color #A8ECFE: hue angle of 192.56º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8ECFE is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 236 | 254 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.00 |
| HSL | 192.56º | 0.98% | 0.83% | - |
| HSV(B) | 192.56º | 0.34% | 1% | - |
| XYZ | 64.03 | 75.47 | 104.96 | - |
| YUV | 217.72 | 148.47 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 254 | 0.34 | 0.07 | 0 | 0.00 | 192.56 | 0.98 | 0.83 |
| Hex | A8 | EC | FE | 22 | 7 | 0 | 0 | C1 | 62 | 53 |
| Octal | 250 | 354 | 376 | 42 | 7 | 0 | 0 | 301 | 142 | 123 |
| Binary | 10101000 | 11101100 | 11111110 | 100010 | 111 | 0 | 0 | 11000001 | 1100010 | 1010011 |
Color Harmonies of #A8ECFE
Complementary color
Monochromatic Colors of #A8ECFE
Black with #A8ECFE
Text Example
Text Example
White with #A8ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECFE; }
p { color: rgb(168,236,254); }
H1.HeaderClassName
{
color: #A8ECFE;
}
.AnyTagClassName
{
color: #A8ECFE;
}
</style>
background-color css
<style>
a { background-color: #A8ECFE; }
a { background-color: rgb(168,236,254); }
div.DivClassName
{
background-color: #A8ECFE;
}
.BgClassName
{
background-color: #A8ECFE;
}
</style>
border-color css
<style>
span { border-color: #A8ECFE; }
span { border-color: rgb(168,236,254); }
td.TdClassName
{
border-color: #A8ECFE;
}
.TagClassName
{
border-color: #A8ECFE;
}
</style>