Shades of Blizzard Blue #A1E6F2
Tints of Blizzard Blue #A1E6F2
RGB
CMYK
RGB Variations
Color information
#A1E6F2 (or 0xA1E6F2) is known color: Blizzard Blue. HEX triplet: A1, E6 and F2. RGB value is (161,230,242). Sum of RGB (Red+Green+Blue) = 161+230+242=633 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.43% from 633); Green value is 230 (90.23% from 255 or 36.33% 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 #A1E6F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1E6F2 is #5E190D. Grayscale: #D2D2D2. Windows color (decimal): -6166798 or 15918753. OLE color: 15918753.
HSL color Cylindrical-coordinate representation of color #A1E6F2: hue angle of 188.89º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1E6F2 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 230 | 242 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.05 |
| HSL | 188.89º | 0.76% | 0.79% | - |
| HSV(B) | 188.89º | 0.33% | 0.95% | - |
| XYZ | 59.02 | 70.58 | 94.52 | - |
| YUV | 210.74 | 145.64 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 230 | 242 | 0.33 | 0.05 | 0 | 0.05 | 188.89 | 0.76 | 0.79 |
| Hex | A1 | E6 | F2 | 21 | 5 | 0 | 5 | BD | 4C | 4F |
| Octal | 241 | 346 | 362 | 41 | 5 | 0 | 5 | 275 | 114 | 117 |
| Binary | 10100001 | 11100110 | 11110010 | 100001 | 101 | 0 | 101 | 10111101 | 1001100 | 1001111 |
Color Harmonies of #A1E6F2
Complementary color
Monochromatic Colors of #A1E6F2
Black with #A1E6F2
Text Example
Text Example
White with #A1E6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E6F2; }
p { color: rgb(161,230,242); }
H1.HeaderClassName
{
color: #A1E6F2;
}
.AnyTagClassName
{
color: #A1E6F2;
}
</style>
background-color css
<style>
a { background-color: #A1E6F2; }
a { background-color: rgb(161,230,242); }
div.DivClassName
{
background-color: #A1E6F2;
}
.BgClassName
{
background-color: #A1E6F2;
}
</style>
border-color css
<style>
span { border-color: #A1E6F2; }
span { border-color: rgb(161,230,242); }
td.TdClassName
{
border-color: #A1E6F2;
}
.TagClassName
{
border-color: #A1E6F2;
}
</style>