Shades of Blizzard Blue #A4E1F1
Tints of Blizzard Blue #A4E1F1
RGB
CMYK
RGB Variations
Color information
#A4E1F1 (or 0xA4E1F1) is known color: Blizzard Blue. HEX triplet: A4, E1 and F1. RGB value is (164,225,241). Sum of RGB (Red+Green+Blue) = 164+225+241=630 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.03% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #A4E1F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4E1F1 is #5B1E0E. Grayscale: #D0D0D0. Windows color (decimal): -5971471 or 15851940. OLE color: 15851940.
HSL color Cylindrical-coordinate representation of color #A4E1F1: hue angle of 192.47º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4E1F1 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 225 | 241 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.05 |
| HSL | 192.47º | 0.73% | 0.79% | - |
| HSV(B) | 192.47º | 0.32% | 0.95% | - |
| XYZ | 58.11 | 68.09 | 93.3 | - |
| YUV | 208.59 | 146.29 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 225 | 241 | 0.32 | 0.07 | 0 | 0.05 | 192.47 | 0.73 | 0.79 |
| Hex | A4 | E1 | F1 | 20 | 7 | 0 | 5 | C0 | 49 | 4F |
| Octal | 244 | 341 | 361 | 40 | 7 | 0 | 5 | 300 | 111 | 117 |
| Binary | 10100100 | 11100001 | 11110001 | 100000 | 111 | 0 | 101 | 11000000 | 1001001 | 1001111 |
Color Harmonies of #A4E1F1
Complementary color
Monochromatic Colors of #A4E1F1
Black with #A4E1F1
Text Example
Text Example
White with #A4E1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E1F1; }
p { color: rgb(164,225,241); }
H1.HeaderClassName
{
color: #A4E1F1;
}
.AnyTagClassName
{
color: #A4E1F1;
}
</style>
background-color css
<style>
a { background-color: #A4E1F1; }
a { background-color: rgb(164,225,241); }
div.DivClassName
{
background-color: #A4E1F1;
}
.BgClassName
{
background-color: #A4E1F1;
}
</style>
border-color css
<style>
span { border-color: #A4E1F1; }
span { border-color: rgb(164,225,241); }
td.TdClassName
{
border-color: #A4E1F1;
}
.TagClassName
{
border-color: #A4E1F1;
}
</style>