Shades of Blizzard Blue #A8EAFB
Tints of Blizzard Blue #A8EAFB
RGB
CMYK
RGB Variations
Color information
#A8EAFB (or 0xA8EAFB) is known color: Blizzard Blue. HEX triplet: A8, EA and FB. RGB value is (168,234,251). Sum of RGB (Red+Green+Blue) = 168+234+251=653 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.73% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8EAFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EAFB is #571504. Grayscale: #D8D8D8. Windows color (decimal): -5707013 or 16509608. OLE color: 16509608.
HSL color Cylindrical-coordinate representation of color #A8EAFB: hue angle of 192.29º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8EAFB is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 234 | 251 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.02 |
| HSL | 192.29º | 0.91% | 0.82% | - |
| HSV(B) | 192.29º | 0.33% | 0.98% | - |
| XYZ | 62.98 | 74.14 | 102.26 | - |
| YUV | 216.2 | 147.63 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 251 | 0.33 | 0.07 | 0 | 0.02 | 192.29 | 0.91 | 0.82 |
| Hex | A8 | EA | FB | 21 | 7 | 0 | 2 | C0 | 5B | 52 |
| Octal | 250 | 352 | 373 | 41 | 7 | 0 | 2 | 300 | 133 | 122 |
| Binary | 10101000 | 11101010 | 11111011 | 100001 | 111 | 0 | 10 | 11000000 | 1011011 | 1010010 |
Color Harmonies of #A8EAFB
Complementary color
Monochromatic Colors of #A8EAFB
Black with #A8EAFB
Text Example
Text Example
White with #A8EAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EAFB; }
p { color: rgb(168,234,251); }
H1.HeaderClassName
{
color: #A8EAFB;
}
.AnyTagClassName
{
color: #A8EAFB;
}
</style>
background-color css
<style>
a { background-color: #A8EAFB; }
a { background-color: rgb(168,234,251); }
div.DivClassName
{
background-color: #A8EAFB;
}
.BgClassName
{
background-color: #A8EAFB;
}
</style>
border-color css
<style>
span { border-color: #A8EAFB; }
span { border-color: rgb(168,234,251); }
td.TdClassName
{
border-color: #A8EAFB;
}
.TagClassName
{
border-color: #A8EAFB;
}
</style>