Shades of Blizzard Blue #A8ECFD
Tints of Blizzard Blue #A8ECFD
RGB
CMYK
RGB Variations
Color information
#A8ECFD (or 0xA8ECFD) is known color: Blizzard Blue. HEX triplet: A8, EC and FD. RGB value is (168,236,253). Sum of RGB (Red+Green+Blue) = 168+236+253=657 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.57% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8ECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8ECFD is #571302. Grayscale: #D9D9D9. Windows color (decimal): -5706499 or 16641192. OLE color: 16641192.
HSL color Cylindrical-coordinate representation of color #A8ECFD: hue angle of 192º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8ECFD is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 236 | 253 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.01 |
| HSL | 192º | 0.96% | 0.83% | - |
| HSV(B) | 192º | 0.34% | 0.99% | - |
| XYZ | 63.87 | 75.41 | 104.12 | - |
| YUV | 217.61 | 147.97 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 253 | 0.34 | 0.07 | 0 | 0.01 | 192 | 0.96 | 0.83 |
| Hex | A8 | EC | FD | 22 | 7 | 0 | 1 | C0 | 60 | 53 |
| Octal | 250 | 354 | 375 | 42 | 7 | 0 | 1 | 300 | 140 | 123 |
| Binary | 10101000 | 11101100 | 11111101 | 100010 | 111 | 0 | 1 | 11000000 | 1100000 | 1010011 |
Color Harmonies of #A8ECFD
Complementary color
Monochromatic Colors of #A8ECFD
Black with #A8ECFD
Text Example
Text Example
White with #A8ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECFD; }
p { color: rgb(168,236,253); }
H1.HeaderClassName
{
color: #A8ECFD;
}
.AnyTagClassName
{
color: #A8ECFD;
}
</style>
background-color css
<style>
a { background-color: #A8ECFD; }
a { background-color: rgb(168,236,253); }
div.DivClassName
{
background-color: #A8ECFD;
}
.BgClassName
{
background-color: #A8ECFD;
}
</style>
border-color css
<style>
span { border-color: #A8ECFD; }
span { border-color: rgb(168,236,253); }
td.TdClassName
{
border-color: #A8ECFD;
}
.TagClassName
{
border-color: #A8ECFD;
}
</style>