Shades of Blizzard Blue #A8EAFD
Tints of Blizzard Blue #A8EAFD
RGB
CMYK
RGB Variations
Color information
#A8EAFD (or 0xA8EAFD) is known color: Blizzard Blue. HEX triplet: A8, EA and FD. RGB value is (168,234,253). Sum of RGB (Red+Green+Blue) = 168+234+253=655 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.65% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8EAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EAFD is #571502. Grayscale: #D8D8D8. Windows color (decimal): -5707011 or 16640680. OLE color: 16640680.
HSL color Cylindrical-coordinate representation of color #A8EAFD: hue angle of 193.41º 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 #A8EAFD is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 234 | 253 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.01 |
| HSL | 193.41º | 0.96% | 0.83% | - |
| HSV(B) | 193.41º | 0.34% | 0.99% | - |
| XYZ | 63.3 | 74.26 | 103.93 | - |
| YUV | 216.43 | 148.63 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 253 | 0.34 | 0.08 | 0 | 0.01 | 193.41 | 0.96 | 0.83 |
| Hex | A8 | EA | FD | 22 | 8 | 0 | 1 | C1 | 60 | 53 |
| Octal | 250 | 352 | 375 | 42 | 10 | 0 | 1 | 301 | 140 | 123 |
| Binary | 10101000 | 11101010 | 11111101 | 100010 | 1000 | 0 | 1 | 11000001 | 1100000 | 1010011 |
Color Harmonies of #A8EAFD
Complementary color
Monochromatic Colors of #A8EAFD
Black with #A8EAFD
Text Example
Text Example
White with #A8EAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EAFD; }
p { color: rgb(168,234,253); }
H1.HeaderClassName
{
color: #A8EAFD;
}
.AnyTagClassName
{
color: #A8EAFD;
}
</style>
background-color css
<style>
a { background-color: #A8EAFD; }
a { background-color: rgb(168,234,253); }
div.DivClassName
{
background-color: #A8EAFD;
}
.BgClassName
{
background-color: #A8EAFD;
}
</style>
border-color css
<style>
span { border-color: #A8EAFD; }
span { border-color: rgb(168,234,253); }
td.TdClassName
{
border-color: #A8EAFD;
}
.TagClassName
{
border-color: #A8EAFD;
}
</style>