Shades of Blizzard Blue #A5E2F2
Tints of Blizzard Blue #A5E2F2
RGB
CMYK
RGB Variations
Color information
#A5E2F2 (or 0xA5E2F2) is known color: Blizzard Blue. HEX triplet: A5, E2 and F2. RGB value is (165,226,242). Sum of RGB (Red+Green+Blue) = 165+226+242=633 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.07% from 633); Green value is 226 (88.67% from 255 or 35.70% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #A5E2F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5E2F2 is #5A1D0D. Grayscale: #D1D1D1. Windows color (decimal): -5905678 or 15917733. OLE color: 15917733.
HSL color Cylindrical-coordinate representation of color #A5E2F2: hue angle of 192.47º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5E2F2 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 226 | 242 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.05 |
| HSL | 192.47º | 0.75% | 0.8% | - |
| HSV(B) | 192.47º | 0.32% | 0.95% | - |
| XYZ | 58.74 | 68.8 | 94.19 | - |
| YUV | 209.59 | 146.29 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 226 | 242 | 0.32 | 0.07 | 0 | 0.05 | 192.47 | 0.75 | 0.8 |
| Hex | A5 | E2 | F2 | 20 | 7 | 0 | 5 | C0 | 4B | 50 |
| Octal | 245 | 342 | 362 | 40 | 7 | 0 | 5 | 300 | 113 | 120 |
| Binary | 10100101 | 11100010 | 11110010 | 100000 | 111 | 0 | 101 | 11000000 | 1001011 | 1010000 |
Color Harmonies of #A5E2F2
Complementary color
Monochromatic Colors of #A5E2F2
Black with #A5E2F2
Text Example
Text Example
White with #A5E2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E2F2; }
p { color: rgb(165,226,242); }
H1.HeaderClassName
{
color: #A5E2F2;
}
.AnyTagClassName
{
color: #A5E2F2;
}
</style>
background-color css
<style>
a { background-color: #A5E2F2; }
a { background-color: rgb(165,226,242); }
div.DivClassName
{
background-color: #A5E2F2;
}
.BgClassName
{
background-color: #A5E2F2;
}
</style>
border-color css
<style>
span { border-color: #A5E2F2; }
span { border-color: rgb(165,226,242); }
td.TdClassName
{
border-color: #A5E2F2;
}
.TagClassName
{
border-color: #A5E2F2;
}
</style>