Shades of Blizzard Blue #A5E6F9
Tints of Blizzard Blue #A5E6F9
RGB
CMYK
RGB Variations
Color information
#A5E6F9 (or 0xA5E6F9) is known color: Blizzard Blue. HEX triplet: A5, E6 and F9. RGB value is (165,230,249). Sum of RGB (Red+Green+Blue) = 165+230+249=644 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.62% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 249 - color contains mainly: blue. Hex color #A5E6F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5E6F9 is #5A1906. Grayscale: #D4D4D4. Windows color (decimal): -5904647 or 16377509. OLE color: 16377509.
HSL color Cylindrical-coordinate representation of color #A5E6F9: hue angle of 193.57º degrees, saturation: 0.88, 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 #A5E6F9 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 230 | 249 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.02 |
| HSL | 193.57º | 0.88% | 0.81% | - |
| HSV(B) | 193.57º | 0.34% | 0.98% | - |
| XYZ | 60.91 | 71.43 | 100.2 | - |
| YUV | 212.73 | 148.47 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 230 | 249 | 0.34 | 0.08 | 0 | 0.02 | 193.57 | 0.88 | 0.81 |
| Hex | A5 | E6 | F9 | 22 | 8 | 0 | 2 | C2 | 58 | 51 |
| Octal | 245 | 346 | 371 | 42 | 10 | 0 | 2 | 302 | 130 | 121 |
| Binary | 10100101 | 11100110 | 11111001 | 100010 | 1000 | 0 | 10 | 11000010 | 1011000 | 1010001 |
Color Harmonies of #A5E6F9
Complementary color
Monochromatic Colors of #A5E6F9
Black with #A5E6F9
Text Example
Text Example
White with #A5E6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E6F9; }
p { color: rgb(165,230,249); }
H1.HeaderClassName
{
color: #A5E6F9;
}
.AnyTagClassName
{
color: #A5E6F9;
}
</style>
background-color css
<style>
a { background-color: #A5E6F9; }
a { background-color: rgb(165,230,249); }
div.DivClassName
{
background-color: #A5E6F9;
}
.BgClassName
{
background-color: #A5E6F9;
}
</style>
border-color css
<style>
span { border-color: #A5E6F9; }
span { border-color: rgb(165,230,249); }
td.TdClassName
{
border-color: #A5E6F9;
}
.TagClassName
{
border-color: #A5E6F9;
}
</style>