Shades of Vista Blue #A1E1B5
Tints of Vista Blue #A1E1B5
RGB
CMYK
RGB Variations
Color information
#A1E1B5 (or 0xA1E1B5) is known color: Vista Blue. HEX triplet: A1, E1 and B5. RGB value is (161,225,181). Sum of RGB (Red+Green+Blue) = 161+225+181=567 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.40% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E1B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E1B5 is #5E1E4A. Grayscale: #C8C8C8. Windows color (decimal): -6168139 or 11919777. OLE color: 11919777.
HSL color Cylindrical-coordinate representation of color #A1E1B5: hue angle of 138.75º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1E1B5 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 181 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.12 |
| HSL | 138.75º | 0.52% | 0.76% | - |
| HSV(B) | 138.75º | 0.28% | 0.88% | - |
| XYZ | 49.96 | 64.76 | 53.58 | - |
| YUV | 200.85 | 116.8 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 181 | 0.28 | 0 | 0.20 | 0.12 | 138.75 | 0.52 | 0.76 |
| Hex | A1 | E1 | B5 | 1C | 0 | 14 | C | 8B | 34 | 4C |
| Octal | 241 | 341 | 265 | 34 | 0 | 24 | 14 | 213 | 64 | 114 |
| Binary | 10100001 | 11100001 | 10110101 | 11100 | 0 | 10100 | 1100 | 10001011 | 110100 | 1001100 |
Color Harmonies of #A1E1B5
Complementary color
Monochromatic Colors of #A1E1B5
Black with #A1E1B5
Text Example
Text Example
White with #A1E1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E1B5; }
p { color: rgb(161,225,181); }
H1.HeaderClassName
{
color: #A1E1B5;
}
.AnyTagClassName
{
color: #A1E1B5;
}
</style>
background-color css
<style>
a { background-color: #A1E1B5; }
a { background-color: rgb(161,225,181); }
div.DivClassName
{
background-color: #A1E1B5;
}
.BgClassName
{
background-color: #A1E1B5;
}
</style>
border-color css
<style>
span { border-color: #A1E1B5; }
span { border-color: rgb(161,225,181); }
td.TdClassName
{
border-color: #A1E1B5;
}
.TagClassName
{
border-color: #A1E1B5;
}
</style>