Shades of Blizzard Blue #A1E5F3
Tints of Blizzard Blue #A1E5F3
RGB
CMYK
RGB Variations
Color information
#A1E5F3 (or 0xA1E5F3) is known color: Blizzard Blue. HEX triplet: A1, E5 and F3. RGB value is (161,229,243). Sum of RGB (Red+Green+Blue) = 161+229+243=633 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.43% from 633); Green value is 229 (89.84% from 255 or 36.18% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #A1E5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E5F3 is #5E1A0C. Grayscale: #D2D2D2. Windows color (decimal): -6167053 or 15984033. OLE color: 15984033.
HSL color Cylindrical-coordinate representation of color #A1E5F3: hue angle of 190.24º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1E5F3 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 229 | 243 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.05 |
| HSL | 190.24º | 0.77% | 0.79% | - |
| HSV(B) | 190.24º | 0.34% | 0.95% | - |
| XYZ | 58.89 | 70.09 | 95.22 | - |
| YUV | 210.26 | 146.47 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 229 | 243 | 0.34 | 0.06 | 0 | 0.05 | 190.24 | 0.77 | 0.79 |
| Hex | A1 | E5 | F3 | 22 | 6 | 0 | 5 | BE | 4D | 4F |
| Octal | 241 | 345 | 363 | 42 | 6 | 0 | 5 | 276 | 115 | 117 |
| Binary | 10100001 | 11100101 | 11110011 | 100010 | 110 | 0 | 101 | 10111110 | 1001101 | 1001111 |
Color Harmonies of #A1E5F3
Complementary color
Monochromatic Colors of #A1E5F3
Black with #A1E5F3
Text Example
Text Example
White with #A1E5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E5F3; }
p { color: rgb(161,229,243); }
H1.HeaderClassName
{
color: #A1E5F3;
}
.AnyTagClassName
{
color: #A1E5F3;
}
</style>
background-color css
<style>
a { background-color: #A1E5F3; }
a { background-color: rgb(161,229,243); }
div.DivClassName
{
background-color: #A1E5F3;
}
.BgClassName
{
background-color: #A1E5F3;
}
</style>
border-color css
<style>
span { border-color: #A1E5F3; }
span { border-color: rgb(161,229,243); }
td.TdClassName
{
border-color: #A1E5F3;
}
.TagClassName
{
border-color: #A1E5F3;
}
</style>