Shades of Vista Blue #A6E0BF
Tints of Vista Blue #A6E0BF
RGB
CMYK
RGB Variations
Color information
#A6E0BF (or 0xA6E0BF) is known color: Vista Blue. HEX triplet: A6, E0 and BF. RGB value is (166,224,191). Sum of RGB (Red+Green+Blue) = 166+224+191=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E0BF is #591F40. Grayscale: #CACACA. Windows color (decimal): -5840705 or 12574886. OLE color: 12574886.
HSL color Cylindrical-coordinate representation of color #A6E0BF: hue angle of 145.86º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6E0BF is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 191 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.12 |
| HSL | 145.86º | 0.48% | 0.76% | - |
| HSV(B) | 145.86º | 0.26% | 0.88% | - |
| XYZ | 51.79 | 65.18 | 59.14 | - |
| YUV | 202.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 191 | 0.26 | 0 | 0.15 | 0.12 | 145.86 | 0.48 | 0.76 |
| Hex | A6 | E0 | BF | 1A | 0 | F | C | 92 | 30 | 4C |
| Octal | 246 | 340 | 277 | 32 | 0 | 17 | 14 | 222 | 60 | 114 |
| Binary | 10100110 | 11100000 | 10111111 | 11010 | 0 | 1111 | 1100 | 10010010 | 110000 | 1001100 |
Color Harmonies of #A6E0BF
Complementary color
Monochromatic Colors of #A6E0BF
Black with #A6E0BF
Text Example
Text Example
White with #A6E0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E0BF; }
p { color: rgb(166,224,191); }
H1.HeaderClassName
{
color: #A6E0BF;
}
.AnyTagClassName
{
color: #A6E0BF;
}
</style>
background-color css
<style>
a { background-color: #A6E0BF; }
a { background-color: rgb(166,224,191); }
div.DivClassName
{
background-color: #A6E0BF;
}
.BgClassName
{
background-color: #A6E0BF;
}
</style>
border-color css
<style>
span { border-color: #A6E0BF; }
span { border-color: rgb(166,224,191); }
td.TdClassName
{
border-color: #A6E0BF;
}
.TagClassName
{
border-color: #A6E0BF;
}
</style>