Shades of Vista Blue #A1E0BE
Tints of Vista Blue #A1E0BE
RGB
CMYK
RGB Variations
Color information
#A1E0BE (or 0xA1E0BE) is known color: Vista Blue. HEX triplet: A1, E0 and BE. RGB value is (161,224,190). Sum of RGB (Red+Green+Blue) = 161+224+190=575 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E0BE is #5E1F41. Grayscale: #C9C9C9. Windows color (decimal): -6168386 or 12509345. OLE color: 12509345.
HSL color Cylindrical-coordinate representation of color #A1E0BE: hue angle of 147.62º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1E0BE is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 224 | 190 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.12 |
| HSL | 147.62º | 0.5% | 0.75% | - |
| HSV(B) | 147.62º | 0.28% | 0.88% | - |
| XYZ | 50.65 | 64.61 | 58.52 | - |
| YUV | 201.29 | 121.63 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 224 | 190 | 0.28 | 0 | 0.15 | 0.12 | 147.62 | 0.5 | 0.75 |
| Hex | A1 | E0 | BE | 1C | 0 | F | C | 94 | 32 | 4B |
| Octal | 241 | 340 | 276 | 34 | 0 | 17 | 14 | 224 | 62 | 113 |
| Binary | 10100001 | 11100000 | 10111110 | 11100 | 0 | 1111 | 1100 | 10010100 | 110010 | 1001011 |
Color Harmonies of #A1E0BE
Complementary color
Monochromatic Colors of #A1E0BE
Black with #A1E0BE
Text Example
Text Example
White with #A1E0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E0BE; }
p { color: rgb(161,224,190); }
H1.HeaderClassName
{
color: #A1E0BE;
}
.AnyTagClassName
{
color: #A1E0BE;
}
</style>
background-color css
<style>
a { background-color: #A1E0BE; }
a { background-color: rgb(161,224,190); }
div.DivClassName
{
background-color: #A1E0BE;
}
.BgClassName
{
background-color: #A1E0BE;
}
</style>
border-color css
<style>
span { border-color: #A1E0BE; }
span { border-color: rgb(161,224,190); }
td.TdClassName
{
border-color: #A1E0BE;
}
.TagClassName
{
border-color: #A1E0BE;
}
</style>