Shades of Blizzard Blue #A9EBFB
Tints of Blizzard Blue #A9EBFB
RGB
CMYK
RGB Variations
Color information
#A9EBFB (or 0xA9EBFB) is known color: Blizzard Blue. HEX triplet: A9, EB and FB. RGB value is (169,235,251). Sum of RGB (Red+Green+Blue) = 169+235+251=655 (86% of max value = 765). Red value is 169 (66.41% from 255 or 25.80% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #A9EBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EBFB is #561404. Grayscale: #D8D8D8. Windows color (decimal): -5641221 or 16509865. OLE color: 16509865.
HSL color Cylindrical-coordinate representation of color #A9EBFB: hue angle of 191.71º 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 #A9EBFB is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 235 | 251 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.02 |
| HSL | 191.71º | 0.91% | 0.82% | - |
| HSV(B) | 191.71º | 0.33% | 0.98% | - |
| XYZ | 63.48 | 74.82 | 102.36 | - |
| YUV | 217.09 | 147.13 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 235 | 251 | 0.33 | 0.06 | 0 | 0.02 | 191.71 | 0.91 | 0.82 |
| Hex | A9 | EB | FB | 21 | 6 | 0 | 2 | C0 | 5B | 52 |
| Octal | 251 | 353 | 373 | 41 | 6 | 0 | 2 | 300 | 133 | 122 |
| Binary | 10101001 | 11101011 | 11111011 | 100001 | 110 | 0 | 10 | 11000000 | 1011011 | 1010010 |
Color Harmonies of #A9EBFB
Complementary color
Monochromatic Colors of #A9EBFB
Black with #A9EBFB
Text Example
Text Example
White with #A9EBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EBFB; }
p { color: rgb(169,235,251); }
H1.HeaderClassName
{
color: #A9EBFB;
}
.AnyTagClassName
{
color: #A9EBFB;
}
</style>
background-color css
<style>
a { background-color: #A9EBFB; }
a { background-color: rgb(169,235,251); }
div.DivClassName
{
background-color: #A9EBFB;
}
.BgClassName
{
background-color: #A9EBFB;
}
</style>
border-color css
<style>
span { border-color: #A9EBFB; }
span { border-color: rgb(169,235,251); }
td.TdClassName
{
border-color: #A9EBFB;
}
.TagClassName
{
border-color: #A9EBFB;
}
</style>