Shades of Blizzard Blue #A8E9FB
Tints of Blizzard Blue #A8E9FB
RGB
CMYK
RGB Variations
Color information
#A8E9FB (or 0xA8E9FB) is known color: Blizzard Blue. HEX triplet: A8, E9 and FB. RGB value is (168,233,251). Sum of RGB (Red+Green+Blue) = 168+233+251=652 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.77% from 652); Green value is 233 (91.41% from 255 or 35.74% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8E9FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8E9FB is #571604. Grayscale: #D7D7D7. Windows color (decimal): -5707269 or 16509352. OLE color: 16509352.
HSL color Cylindrical-coordinate representation of color #A8E9FB: hue angle of 193.01º 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 #A8E9FB is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 233 | 251 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.02 |
| HSL | 193.01º | 0.91% | 0.82% | - |
| HSV(B) | 193.01º | 0.33% | 0.98% | - |
| XYZ | 62.7 | 73.57 | 102.16 | - |
| YUV | 215.62 | 147.97 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 233 | 251 | 0.33 | 0.07 | 0 | 0.02 | 193.01 | 0.91 | 0.82 |
| Hex | A8 | E9 | FB | 21 | 7 | 0 | 2 | C1 | 5B | 52 |
| Octal | 250 | 351 | 373 | 41 | 7 | 0 | 2 | 301 | 133 | 122 |
| Binary | 10101000 | 11101001 | 11111011 | 100001 | 111 | 0 | 10 | 11000001 | 1011011 | 1010010 |
Color Harmonies of #A8E9FB
Complementary color
Monochromatic Colors of #A8E9FB
Black with #A8E9FB
Text Example
Text Example
White with #A8E9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E9FB; }
p { color: rgb(168,233,251); }
H1.HeaderClassName
{
color: #A8E9FB;
}
.AnyTagClassName
{
color: #A8E9FB;
}
</style>
background-color css
<style>
a { background-color: #A8E9FB; }
a { background-color: rgb(168,233,251); }
div.DivClassName
{
background-color: #A8E9FB;
}
.BgClassName
{
background-color: #A8E9FB;
}
</style>
border-color css
<style>
span { border-color: #A8E9FB; }
span { border-color: rgb(168,233,251); }
td.TdClassName
{
border-color: #A8E9FB;
}
.TagClassName
{
border-color: #A8E9FB;
}
</style>