Shades of Blizzard Blue #A5EFF8
Tints of Blizzard Blue #A5EFF8
RGB
CMYK
RGB Variations
Color information
#A5EFF8 (or 0xA5EFF8) is known color: Blizzard Blue. HEX triplet: A5, EF and F8. RGB value is (165,239,248). Sum of RGB (Red+Green+Blue) = 165+239+248=652 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.31% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 248 (97.27% from 255 or 38.04% from 652); Max value from RGB is 248 - color contains mainly: blue. Hex color #A5EFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EFF8 is #5A1007. Grayscale: #D9D9D9. Windows color (decimal): -5902344 or 16314277. OLE color: 16314277.
HSL color Cylindrical-coordinate representation of color #A5EFF8: hue angle of 186.51º degrees, saturation: 0.86, 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 #A5EFF8 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 239 | 248 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.03 |
| HSL | 186.51º | 0.86% | 0.81% | - |
| HSV(B) | 186.51º | 0.33% | 0.97% | - |
| XYZ | 63.33 | 76.51 | 100.24 | - |
| YUV | 217.9 | 144.98 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 239 | 248 | 0.33 | 0.04 | 0 | 0.03 | 186.51 | 0.86 | 0.81 |
| Hex | A5 | EF | F8 | 21 | 4 | 0 | 3 | BB | 56 | 51 |
| Octal | 245 | 357 | 370 | 41 | 4 | 0 | 3 | 273 | 126 | 121 |
| Binary | 10100101 | 11101111 | 11111000 | 100001 | 100 | 0 | 11 | 10111011 | 1010110 | 1010001 |
Color Harmonies of #A5EFF8
Complementary color
Monochromatic Colors of #A5EFF8
Black with #A5EFF8
Text Example
Text Example
White with #A5EFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EFF8; }
p { color: rgb(165,239,248); }
H1.HeaderClassName
{
color: #A5EFF8;
}
.AnyTagClassName
{
color: #A5EFF8;
}
</style>
background-color css
<style>
a { background-color: #A5EFF8; }
a { background-color: rgb(165,239,248); }
div.DivClassName
{
background-color: #A5EFF8;
}
.BgClassName
{
background-color: #A5EFF8;
}
</style>
border-color css
<style>
span { border-color: #A5EFF8; }
span { border-color: rgb(165,239,248); }
td.TdClassName
{
border-color: #A5EFF8;
}
.TagClassName
{
border-color: #A5EFF8;
}
</style>