Shades of Vista Blue #A2E0B5
Tints of Vista Blue #A2E0B5
RGB
CMYK
RGB Variations
Color information
#A2E0B5 (or 0xA2E0B5) is known color: Vista Blue. HEX triplet: A2, E0 and B5. RGB value is (162,224,181). Sum of RGB (Red+Green+Blue) = 162+224+181=567 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.57% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E0B5 is #5D1F4A. Grayscale: #C8C8C8. Windows color (decimal): -6102859 or 11919522. OLE color: 11919522.
HSL color Cylindrical-coordinate representation of color #A2E0B5: hue angle of 138.39º degrees, saturation: 0.5, 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 #A2E0B5 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 224 | 181 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.12 |
| HSL | 138.39º | 0.5% | 0.76% | - |
| HSV(B) | 138.39º | 0.28% | 0.88% | - |
| XYZ | 49.9 | 64.33 | 53.5 | - |
| YUV | 200.56 | 116.96 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 224 | 181 | 0.28 | 0 | 0.19 | 0.12 | 138.39 | 0.5 | 0.76 |
| Hex | A2 | E0 | B5 | 1C | 0 | 13 | C | 8A | 32 | 4C |
| Octal | 242 | 340 | 265 | 34 | 0 | 23 | 14 | 212 | 62 | 114 |
| Binary | 10100010 | 11100000 | 10110101 | 11100 | 0 | 10011 | 1100 | 10001010 | 110010 | 1001100 |
Color Harmonies of #A2E0B5
Complementary color
Monochromatic Colors of #A2E0B5
Black with #A2E0B5
Text Example
Text Example
White with #A2E0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E0B5; }
p { color: rgb(162,224,181); }
H1.HeaderClassName
{
color: #A2E0B5;
}
.AnyTagClassName
{
color: #A2E0B5;
}
</style>
background-color css
<style>
a { background-color: #A2E0B5; }
a { background-color: rgb(162,224,181); }
div.DivClassName
{
background-color: #A2E0B5;
}
.BgClassName
{
background-color: #A2E0B5;
}
</style>
border-color css
<style>
span { border-color: #A2E0B5; }
span { border-color: rgb(162,224,181); }
td.TdClassName
{
border-color: #A2E0B5;
}
.TagClassName
{
border-color: #A2E0B5;
}
</style>