Shades of Vista Blue #A6E0BB
Tints of Vista Blue #A6E0BB
RGB
CMYK
RGB Variations
Color information
#A6E0BB (or 0xA6E0BB) is known color: Vista Blue. HEX triplet: A6, E0 and BB. RGB value is (166,224,187). Sum of RGB (Red+Green+Blue) = 166+224+187=577 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.77% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E0BB is #591F44. Grayscale: #CACACA. Windows color (decimal): -5840709 or 12312742. OLE color: 12312742.
HSL color Cylindrical-coordinate representation of color #A6E0BB: hue angle of 141.72º 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 #A6E0BB is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 187 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.12 |
| HSL | 141.72º | 0.48% | 0.76% | - |
| HSV(B) | 141.72º | 0.26% | 0.88% | - |
| XYZ | 51.35 | 65.01 | 56.85 | - |
| YUV | 202.44 | 119.28 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 187 | 0.26 | 0 | 0.17 | 0.12 | 141.72 | 0.48 | 0.76 |
| Hex | A6 | E0 | BB | 1A | 0 | 11 | C | 8E | 30 | 4C |
| Octal | 246 | 340 | 273 | 32 | 0 | 21 | 14 | 216 | 60 | 114 |
| Binary | 10100110 | 11100000 | 10111011 | 11010 | 0 | 10001 | 1100 | 10001110 | 110000 | 1001100 |
Color Harmonies of #A6E0BB
Complementary color
Monochromatic Colors of #A6E0BB
Black with #A6E0BB
Text Example
Text Example
White with #A6E0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E0BB; }
p { color: rgb(166,224,187); }
H1.HeaderClassName
{
color: #A6E0BB;
}
.AnyTagClassName
{
color: #A6E0BB;
}
</style>
background-color css
<style>
a { background-color: #A6E0BB; }
a { background-color: rgb(166,224,187); }
div.DivClassName
{
background-color: #A6E0BB;
}
.BgClassName
{
background-color: #A6E0BB;
}
</style>
border-color css
<style>
span { border-color: #A6E0BB; }
span { border-color: rgb(166,224,187); }
td.TdClassName
{
border-color: #A6E0BB;
}
.TagClassName
{
border-color: #A6E0BB;
}
</style>