Shades of Vista Blue #A6E3C0
Tints of Vista Blue #A6E3C0
RGB
CMYK
RGB Variations
Color information
#A6E3C0 (or 0xA6E3C0) is known color: Vista Blue. HEX triplet: A6, E3 and C0. RGB value is (166,227,192). Sum of RGB (Red+Green+Blue) = 166+227+192=585 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.38% from 585); Green value is 227 (89.06% from 255 or 38.80% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 227 - color contains mainly: green. Hex color #A6E3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E3C0 is #591C3F. Grayscale: #CCCCCC. Windows color (decimal): -5839936 or 12641190. OLE color: 12641190.
HSL color Cylindrical-coordinate representation of color #A6E3C0: hue angle of 145.57º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E3C0 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 227 | 192 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.11 |
| HSL | 145.57º | 0.52% | 0.77% | - |
| HSV(B) | 145.57º | 0.27% | 0.89% | - |
| XYZ | 52.71 | 66.85 | 59.99 | - |
| YUV | 204.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 227 | 192 | 0.27 | 0 | 0.15 | 0.11 | 145.57 | 0.52 | 0.77 |
| Hex | A6 | E3 | C0 | 1B | 0 | F | B | 92 | 34 | 4D |
| Octal | 246 | 343 | 300 | 33 | 0 | 17 | 13 | 222 | 64 | 115 |
| Binary | 10100110 | 11100011 | 11000000 | 11011 | 0 | 1111 | 1011 | 10010010 | 110100 | 1001101 |
Color Harmonies of #A6E3C0
Complementary color
Monochromatic Colors of #A6E3C0
Black with #A6E3C0
Text Example
Text Example
White with #A6E3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E3C0; }
p { color: rgb(166,227,192); }
H1.HeaderClassName
{
color: #A6E3C0;
}
.AnyTagClassName
{
color: #A6E3C0;
}
</style>
background-color css
<style>
a { background-color: #A6E3C0; }
a { background-color: rgb(166,227,192); }
div.DivClassName
{
background-color: #A6E3C0;
}
.BgClassName
{
background-color: #A6E3C0;
}
</style>
border-color css
<style>
span { border-color: #A6E3C0; }
span { border-color: rgb(166,227,192); }
td.TdClassName
{
border-color: #A6E3C0;
}
.TagClassName
{
border-color: #A6E3C0;
}
</style>