Shades of Blizzard Blue #A9EDFB
Tints of Blizzard Blue #A9EDFB
RGB
CMYK
RGB Variations
Color information
#A9EDFB (or 0xA9EDFB) is known color: Blizzard Blue. HEX triplet: A9, ED and FB. RGB value is (169,237,251). Sum of RGB (Red+Green+Blue) = 169+237+251=657 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.72% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #A9EDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EDFB is #561204. Grayscale: #DADADA. Windows color (decimal): -5640709 or 16510377. OLE color: 16510377.
HSL color Cylindrical-coordinate representation of color #A9EDFB: hue angle of 190.24º 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 #A9EDFB is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 237 | 251 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.02 |
| HSL | 190.24º | 0.91% | 0.82% | - |
| HSV(B) | 190.24º | 0.33% | 0.98% | - |
| XYZ | 64.06 | 75.97 | 102.55 | - |
| YUV | 218.26 | 146.47 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 237 | 251 | 0.33 | 0.06 | 0 | 0.02 | 190.24 | 0.91 | 0.82 |
| Hex | A9 | ED | FB | 21 | 6 | 0 | 2 | BE | 5B | 52 |
| Octal | 251 | 355 | 373 | 41 | 6 | 0 | 2 | 276 | 133 | 122 |
| Binary | 10101001 | 11101101 | 11111011 | 100001 | 110 | 0 | 10 | 10111110 | 1011011 | 1010010 |
Color Harmonies of #A9EDFB
Complementary color
Monochromatic Colors of #A9EDFB
Black with #A9EDFB
Text Example
Text Example
White with #A9EDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EDFB; }
p { color: rgb(169,237,251); }
H1.HeaderClassName
{
color: #A9EDFB;
}
.AnyTagClassName
{
color: #A9EDFB;
}
</style>
background-color css
<style>
a { background-color: #A9EDFB; }
a { background-color: rgb(169,237,251); }
div.DivClassName
{
background-color: #A9EDFB;
}
.BgClassName
{
background-color: #A9EDFB;
}
</style>
border-color css
<style>
span { border-color: #A9EDFB; }
span { border-color: rgb(169,237,251); }
td.TdClassName
{
border-color: #A9EDFB;
}
.TagClassName
{
border-color: #A9EDFB;
}
</style>