Shades of Vista Blue #A6E3BF
Tints of Vista Blue #A6E3BF
RGB
CMYK
RGB Variations
Color information
#A6E3BF (or 0xA6E3BF) is known color: Vista Blue. HEX triplet: A6, E3 and BF. RGB value is (166,227,191). Sum of RGB (Red+Green+Blue) = 166+227+191=584 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.42% from 584); Green value is 227 (89.06% from 255 or 38.87% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 227 - color contains mainly: green. Hex color #A6E3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E3BF is #591C40. Grayscale: #CCCCCC. Windows color (decimal): -5839937 or 12575654. OLE color: 12575654.
HSL color Cylindrical-coordinate representation of color #A6E3BF: hue angle of 144.59º 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 #A6E3BF is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 227 | 191 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.11 |
| HSL | 144.59º | 0.52% | 0.77% | - |
| HSV(B) | 144.59º | 0.27% | 0.89% | - |
| XYZ | 52.6 | 66.81 | 59.41 | - |
| YUV | 204.66 | 120.29 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 227 | 191 | 0.27 | 0 | 0.16 | 0.11 | 144.59 | 0.52 | 0.77 |
| Hex | A6 | E3 | BF | 1B | 0 | 10 | B | 91 | 34 | 4D |
| Octal | 246 | 343 | 277 | 33 | 0 | 20 | 13 | 221 | 64 | 115 |
| Binary | 10100110 | 11100011 | 10111111 | 11011 | 0 | 10000 | 1011 | 10010001 | 110100 | 1001101 |
Color Harmonies of #A6E3BF
Complementary color
Monochromatic Colors of #A6E3BF
Black with #A6E3BF
Text Example
Text Example
White with #A6E3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E3BF; }
p { color: rgb(166,227,191); }
H1.HeaderClassName
{
color: #A6E3BF;
}
.AnyTagClassName
{
color: #A6E3BF;
}
</style>
background-color css
<style>
a { background-color: #A6E3BF; }
a { background-color: rgb(166,227,191); }
div.DivClassName
{
background-color: #A6E3BF;
}
.BgClassName
{
background-color: #A6E3BF;
}
</style>
border-color css
<style>
span { border-color: #A6E3BF; }
span { border-color: rgb(166,227,191); }
td.TdClassName
{
border-color: #A6E3BF;
}
.TagClassName
{
border-color: #A6E3BF;
}
</style>