Shades of Blizzard Blue #A5EDF7
Tints of Blizzard Blue #A5EDF7
RGB
CMYK
RGB Variations
Color information
#A5EDF7 (or 0xA5EDF7) is known color: Blizzard Blue. HEX triplet: A5, ED and F7. RGB value is (165,237,247). Sum of RGB (Red+Green+Blue) = 165+237+247=649 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.42% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 247 (96.88% from 255 or 38.06% from 649); Max value from RGB is 247 - color contains mainly: blue. Hex color #A5EDF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EDF7 is #5A1208. Grayscale: #D8D8D8. Windows color (decimal): -5902857 or 16248229. OLE color: 16248229.
HSL color Cylindrical-coordinate representation of color #A5EDF7: hue angle of 187.32º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5EDF7 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 237 | 247 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.03 |
| HSL | 187.32º | 0.84% | 0.81% | - |
| HSV(B) | 187.32º | 0.33% | 0.97% | - |
| XYZ | 62.59 | 75.28 | 99.23 | - |
| YUV | 216.61 | 145.15 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 237 | 247 | 0.33 | 0.04 | 0 | 0.03 | 187.32 | 0.84 | 0.81 |
| Hex | A5 | ED | F7 | 21 | 4 | 0 | 3 | BB | 54 | 51 |
| Octal | 245 | 355 | 367 | 41 | 4 | 0 | 3 | 273 | 124 | 121 |
| Binary | 10100101 | 11101101 | 11110111 | 100001 | 100 | 0 | 11 | 10111011 | 1010100 | 1010001 |
Color Harmonies of #A5EDF7
Complementary color
Monochromatic Colors of #A5EDF7
Black with #A5EDF7
Text Example
Text Example
White with #A5EDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EDF7; }
p { color: rgb(165,237,247); }
H1.HeaderClassName
{
color: #A5EDF7;
}
.AnyTagClassName
{
color: #A5EDF7;
}
</style>
background-color css
<style>
a { background-color: #A5EDF7; }
a { background-color: rgb(165,237,247); }
div.DivClassName
{
background-color: #A5EDF7;
}
.BgClassName
{
background-color: #A5EDF7;
}
</style>
border-color css
<style>
span { border-color: #A5EDF7; }
span { border-color: rgb(165,237,247); }
td.TdClassName
{
border-color: #A5EDF7;
}
.TagClassName
{
border-color: #A5EDF7;
}
</style>