Shades of Blizzard Blue #A5EDF6
Tints of Blizzard Blue #A5EDF6
RGB
CMYK
RGB Variations
Color information
#A5EDF6 (or 0xA5EDF6) is known color: Blizzard Blue. HEX triplet: A5, ED and F6. RGB value is (165,237,246). Sum of RGB (Red+Green+Blue) = 165+237+246=648 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.46% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 246 (96.48% from 255 or 37.96% from 648); Max value from RGB is 246 - color contains mainly: blue. Hex color #A5EDF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EDF6 is #5A1209. Grayscale: #D8D8D8. Windows color (decimal): -5902858 or 16182693. OLE color: 16182693.
HSL color Cylindrical-coordinate representation of color #A5EDF6: hue angle of 186.67º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5EDF6 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 237 | 246 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.04 |
| HSL | 186.67º | 0.82% | 0.81% | - |
| HSV(B) | 186.67º | 0.33% | 0.96% | - |
| XYZ | 62.44 | 75.22 | 98.42 | - |
| YUV | 216.5 | 144.65 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 237 | 246 | 0.33 | 0.04 | 0 | 0.04 | 186.67 | 0.82 | 0.81 |
| Hex | A5 | ED | F6 | 21 | 4 | 0 | 4 | BB | 52 | 51 |
| Octal | 245 | 355 | 366 | 41 | 4 | 0 | 4 | 273 | 122 | 121 |
| Binary | 10100101 | 11101101 | 11110110 | 100001 | 100 | 0 | 100 | 10111011 | 1010010 | 1010001 |
Color Harmonies of #A5EDF6
Complementary color
Monochromatic Colors of #A5EDF6
Black with #A5EDF6
Text Example
Text Example
White with #A5EDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EDF6; }
p { color: rgb(165,237,246); }
H1.HeaderClassName
{
color: #A5EDF6;
}
.AnyTagClassName
{
color: #A5EDF6;
}
</style>
background-color css
<style>
a { background-color: #A5EDF6; }
a { background-color: rgb(165,237,246); }
div.DivClassName
{
background-color: #A5EDF6;
}
.BgClassName
{
background-color: #A5EDF6;
}
</style>
border-color css
<style>
span { border-color: #A5EDF6; }
span { border-color: rgb(165,237,246); }
td.TdClassName
{
border-color: #A5EDF6;
}
.TagClassName
{
border-color: #A5EDF6;
}
</style>