Shades of Blizzard Blue #A8ECFF
Tints of Blizzard Blue #A8ECFF
RGB
CMYK
RGB Variations
Color information
#A8ECFF (or 0xA8ECFF) is known color: Blizzard Blue. HEX triplet: A8, EC and FF. RGB value is (168,236,255). Sum of RGB (Red+Green+Blue) = 168+236+255=659 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.49% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8ECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8ECFF is #571300. Grayscale: #D9D9D9. Windows color (decimal): -5706497 or 16772264. OLE color: 16772264.
HSL color Cylindrical-coordinate representation of color #A8ECFF: hue angle of 193.1º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8ECFF is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 168 | 236 | 255 | - |
CMYK | 0.34 | 0.07 | 0 | 0 |
HSL | 193.1º | 1% | 0.83% | - |
HSV(B) | 193.1º | 0.34% | 1% | - |
XYZ | 64.19 | 75.54 | 105.8 | - |
YUV | 217.83 | 148.97 | 92.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 236 | 255 | 0.34 | 0.07 | 0 | 0 | 193.1 | 1 | 0.83 |
Hex | A8 | EC | FF | 22 | 7 | 0 | 0 | C1 | 64 | 53 |
Octal | 250 | 354 | 377 | 42 | 7 | 0 | 0 | 301 | 144 | 123 |
Binary | 10101000 | 11101100 | 11111111 | 100010 | 111 | 0 | 0 | 11000001 | 1100100 | 1010011 |
Color Harmonies of #A8ECFF
Complementary color
Monochromatic Colors of #A8ECFF
Black with #A8ECFF
Text Example
Text Example
White with #A8ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECFF; }
p { color: rgb(168,236,255); }
H1.HeaderClassName
{
color: #A8ECFF;
}
.AnyTagClassName
{
color: #A8ECFF;
}
</style>
background-color css
<style>
a { background-color: #A8ECFF; }
a { background-color: rgb(168,236,255); }
div.DivClassName
{
background-color: #A8ECFF;
}
.BgClassName
{
background-color: #A8ECFF;
}
</style>
border-color css
<style>
span { border-color: #A8ECFF; }
span { border-color: rgb(168,236,255); }
td.TdClassName
{
border-color: #A8ECFF;
}
.TagClassName
{
border-color: #A8ECFF;
}
</style>