Shades of Blizzard Blue #A5E9FB
Tints of Blizzard Blue #A5E9FB
RGB
CMYK
RGB Variations
Color information
#A5E9FB (or 0xA5E9FB) is known color: Blizzard Blue. HEX triplet: A5, E9 and FB. RGB value is (165,233,251). Sum of RGB (Red+Green+Blue) = 165+233+251=649 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.42% from 649); Green value is 233 (91.41% from 255 or 35.90% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #A5E9FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5E9FB is #5A1604. Grayscale: #D6D6D6. Windows color (decimal): -5903877 or 16509349. OLE color: 16509349.
HSL color Cylindrical-coordinate representation of color #A5E9FB: hue angle of 192.56º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5E9FB is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 233 | 251 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.02 |
| HSL | 192.56º | 0.91% | 0.82% | - |
| HSV(B) | 192.56º | 0.34% | 0.98% | - |
| XYZ | 62.07 | 73.24 | 102.13 | - |
| YUV | 214.72 | 148.47 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 233 | 251 | 0.34 | 0.07 | 0 | 0.02 | 192.56 | 0.91 | 0.82 |
| Hex | A5 | E9 | FB | 22 | 7 | 0 | 2 | C1 | 5B | 52 |
| Octal | 245 | 351 | 373 | 42 | 7 | 0 | 2 | 301 | 133 | 122 |
| Binary | 10100101 | 11101001 | 11111011 | 100010 | 111 | 0 | 10 | 11000001 | 1011011 | 1010010 |
Color Harmonies of #A5E9FB
Complementary color
Monochromatic Colors of #A5E9FB
Black with #A5E9FB
Text Example
Text Example
White with #A5E9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E9FB; }
p { color: rgb(165,233,251); }
H1.HeaderClassName
{
color: #A5E9FB;
}
.AnyTagClassName
{
color: #A5E9FB;
}
</style>
background-color css
<style>
a { background-color: #A5E9FB; }
a { background-color: rgb(165,233,251); }
div.DivClassName
{
background-color: #A5E9FB;
}
.BgClassName
{
background-color: #A5E9FB;
}
</style>
border-color css
<style>
span { border-color: #A5E9FB; }
span { border-color: rgb(165,233,251); }
td.TdClassName
{
border-color: #A5E9FB;
}
.TagClassName
{
border-color: #A5E9FB;
}
</style>