Shades of Vista Blue #A6DFBA
Tints of Vista Blue #A6DFBA
RGB
CMYK
RGB Variations
Color information
#A6DFBA (or 0xA6DFBA) is known color: Vista Blue. HEX triplet: A6, DF and BA. RGB value is (166,223,186). Sum of RGB (Red+Green+Blue) = 166+223+186=575 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.87% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFBA is #592045. Grayscale: #C9C9C9. Windows color (decimal): -5840966 or 12246950. OLE color: 12246950.
HSL color Cylindrical-coordinate representation of color #A6DFBA: hue angle of 141.05º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6DFBA is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 223 | 186 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.13 |
| HSL | 141.05º | 0.47% | 0.76% | - |
| HSV(B) | 141.05º | 0.26% | 0.87% | - |
| XYZ | 50.98 | 64.43 | 56.2 | - |
| YUV | 201.74 | 119.12 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 186 | 0.26 | 0 | 0.17 | 0.13 | 141.05 | 0.47 | 0.76 |
| Hex | A6 | DF | BA | 1A | 0 | 11 | D | 8D | 2F | 4C |
| Octal | 246 | 337 | 272 | 32 | 0 | 21 | 15 | 215 | 57 | 114 |
| Binary | 10100110 | 11011111 | 10111010 | 11010 | 0 | 10001 | 1101 | 10001101 | 101111 | 1001100 |
Color Harmonies of #A6DFBA
Complementary color
Monochromatic Colors of #A6DFBA
Black with #A6DFBA
Text Example
Text Example
White with #A6DFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DFBA; }
p { color: rgb(166,223,186); }
H1.HeaderClassName
{
color: #A6DFBA;
}
.AnyTagClassName
{
color: #A6DFBA;
}
</style>
background-color css
<style>
a { background-color: #A6DFBA; }
a { background-color: rgb(166,223,186); }
div.DivClassName
{
background-color: #A6DFBA;
}
.BgClassName
{
background-color: #A6DFBA;
}
</style>
border-color css
<style>
span { border-color: #A6DFBA; }
span { border-color: rgb(166,223,186); }
td.TdClassName
{
border-color: #A6DFBA;
}
.TagClassName
{
border-color: #A6DFBA;
}
</style>