Shades of Blizzard Blue #A5EDFA
Tints of Blizzard Blue #A5EDFA
RGB
CMYK
RGB Variations
Color information
#A5EDFA (or 0xA5EDFA) is known color: Blizzard Blue. HEX triplet: A5, ED and FA. RGB value is (165,237,250). Sum of RGB (Red+Green+Blue) = 165+237+250=652 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.31% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5EDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EDFA is #5A1205. Grayscale: #D8D8D8. Windows color (decimal): -5902854 or 16444837. OLE color: 16444837.
HSL color Cylindrical-coordinate representation of color #A5EDFA: hue angle of 189.18º 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 #A5EDFA is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 237 | 250 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.02 |
| HSL | 189.18º | 0.89% | 0.81% | - |
| HSV(B) | 189.18º | 0.34% | 0.98% | - |
| XYZ | 63.06 | 75.47 | 101.69 | - |
| YUV | 216.95 | 146.65 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 237 | 250 | 0.34 | 0.05 | 0 | 0.02 | 189.18 | 0.89 | 0.81 |
| Hex | A5 | ED | FA | 22 | 5 | 0 | 2 | BD | 59 | 51 |
| Octal | 245 | 355 | 372 | 42 | 5 | 0 | 2 | 275 | 131 | 121 |
| Binary | 10100101 | 11101101 | 11111010 | 100010 | 101 | 0 | 10 | 10111101 | 1011001 | 1010001 |
Color Harmonies of #A5EDFA
Complementary color
Monochromatic Colors of #A5EDFA
Black with #A5EDFA
Text Example
Text Example
White with #A5EDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EDFA; }
p { color: rgb(165,237,250); }
H1.HeaderClassName
{
color: #A5EDFA;
}
.AnyTagClassName
{
color: #A5EDFA;
}
</style>
background-color css
<style>
a { background-color: #A5EDFA; }
a { background-color: rgb(165,237,250); }
div.DivClassName
{
background-color: #A5EDFA;
}
.BgClassName
{
background-color: #A5EDFA;
}
</style>
border-color css
<style>
span { border-color: #A5EDFA; }
span { border-color: rgb(165,237,250); }
td.TdClassName
{
border-color: #A5EDFA;
}
.TagClassName
{
border-color: #A5EDFA;
}
</style>