Shades of Blizzard Blue #A8EAFC
Tints of Blizzard Blue #A8EAFC
RGB
CMYK
RGB Variations
Color information
#A8EAFC (or 0xA8EAFC) is known color: Blizzard Blue. HEX triplet: A8, EA and FC. RGB value is (168,234,252). Sum of RGB (Red+Green+Blue) = 168+234+252=654 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.69% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8EAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EAFC is #571503. Grayscale: #D8D8D8. Windows color (decimal): -5707012 or 16575144. OLE color: 16575144.
HSL color Cylindrical-coordinate representation of color #A8EAFC: hue angle of 192.86º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8EAFC is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 234 | 252 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.01 |
| HSL | 192.86º | 0.93% | 0.82% | - |
| HSV(B) | 192.86º | 0.33% | 0.99% | - |
| XYZ | 63.14 | 74.2 | 103.09 | - |
| YUV | 216.32 | 148.13 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 252 | 0.33 | 0.07 | 0 | 0.01 | 192.86 | 0.93 | 0.82 |
| Hex | A8 | EA | FC | 21 | 7 | 0 | 1 | C1 | 5D | 52 |
| Octal | 250 | 352 | 374 | 41 | 7 | 0 | 1 | 301 | 135 | 122 |
| Binary | 10101000 | 11101010 | 11111100 | 100001 | 111 | 0 | 1 | 11000001 | 1011101 | 1010010 |
Color Harmonies of #A8EAFC
Complementary color
Monochromatic Colors of #A8EAFC
Black with #A8EAFC
Text Example
Text Example
White with #A8EAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EAFC; }
p { color: rgb(168,234,252); }
H1.HeaderClassName
{
color: #A8EAFC;
}
.AnyTagClassName
{
color: #A8EAFC;
}
</style>
background-color css
<style>
a { background-color: #A8EAFC; }
a { background-color: rgb(168,234,252); }
div.DivClassName
{
background-color: #A8EAFC;
}
.BgClassName
{
background-color: #A8EAFC;
}
</style>
border-color css
<style>
span { border-color: #A8EAFC; }
span { border-color: rgb(168,234,252); }
td.TdClassName
{
border-color: #A8EAFC;
}
.TagClassName
{
border-color: #A8EAFC;
}
</style>