Shades of Blizzard Blue #A5E8FA
Tints of Blizzard Blue #A5E8FA
RGB
CMYK
RGB Variations
Color information
#A5E8FA (or 0xA5E8FA) is known color: Blizzard Blue. HEX triplet: A5, E8 and FA. RGB value is (165,232,250). Sum of RGB (Red+Green+Blue) = 165+232+250=647 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.50% from 647); Green value is 232 (91.02% from 255 or 35.86% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5E8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5E8FA is #5A1705. Grayscale: #D5D5D5. Windows color (decimal): -5904134 or 16443557. OLE color: 16443557.
HSL color Cylindrical-coordinate representation of color #A5E8FA: hue angle of 192.71º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5E8FA is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 232 | 250 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.02 |
| HSL | 192.71º | 0.89% | 0.81% | - |
| HSV(B) | 192.71º | 0.34% | 0.98% | - |
| XYZ | 61.63 | 72.61 | 101.21 | - |
| YUV | 214.02 | 148.3 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 232 | 250 | 0.34 | 0.07 | 0 | 0.02 | 192.71 | 0.89 | 0.81 |
| Hex | A5 | E8 | FA | 22 | 7 | 0 | 2 | C1 | 59 | 51 |
| Octal | 245 | 350 | 372 | 42 | 7 | 0 | 2 | 301 | 131 | 121 |
| Binary | 10100101 | 11101000 | 11111010 | 100010 | 111 | 0 | 10 | 11000001 | 1011001 | 1010001 |
Color Harmonies of #A5E8FA
Complementary color
Monochromatic Colors of #A5E8FA
Black with #A5E8FA
Text Example
Text Example
White with #A5E8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E8FA; }
p { color: rgb(165,232,250); }
H1.HeaderClassName
{
color: #A5E8FA;
}
.AnyTagClassName
{
color: #A5E8FA;
}
</style>
background-color css
<style>
a { background-color: #A5E8FA; }
a { background-color: rgb(165,232,250); }
div.DivClassName
{
background-color: #A5E8FA;
}
.BgClassName
{
background-color: #A5E8FA;
}
</style>
border-color css
<style>
span { border-color: #A5E8FA; }
span { border-color: rgb(165,232,250); }
td.TdClassName
{
border-color: #A5E8FA;
}
.TagClassName
{
border-color: #A5E8FA;
}
</style>