Shades of Vista Blue #A6D6C2
Tints of Vista Blue #A6D6C2
RGB
CMYK
RGB Variations
Color information
#A6D6C2 (or 0xA6D6C2) is known color: Vista Blue. HEX triplet: A6, D6 and C2. RGB value is (166,214,194). Sum of RGB (Red+Green+Blue) = 166+214+194=574 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.92% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D6C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D6C2 is #59293D. Grayscale: #C5C5C5. Windows color (decimal): -5843262 or 12768934. OLE color: 12768934.
HSL color Cylindrical-coordinate representation of color #A6D6C2: hue angle of 155º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D6C2 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 214 | 194 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.16 |
| HSL | 155º | 0.37% | 0.75% | - |
| HSV(B) | 155º | 0.22% | 0.84% | - |
| XYZ | 49.51 | 60.1 | 60.03 | - |
| YUV | 197.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 214 | 194 | 0.22 | 0 | 0.09 | 0.16 | 155 | 0.37 | 0.75 |
| Hex | A6 | D6 | C2 | 16 | 0 | 9 | 10 | 9B | 25 | 4B |
| Octal | 246 | 326 | 302 | 26 | 0 | 11 | 20 | 233 | 45 | 113 |
| Binary | 10100110 | 11010110 | 11000010 | 10110 | 0 | 1001 | 10000 | 10011011 | 100101 | 1001011 |
Color Harmonies of #A6D6C2
Complementary color
Monochromatic Colors of #A6D6C2
Black with #A6D6C2
Text Example
Text Example
White with #A6D6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D6C2; }
p { color: rgb(166,214,194); }
H1.HeaderClassName
{
color: #A6D6C2;
}
.AnyTagClassName
{
color: #A6D6C2;
}
</style>
background-color css
<style>
a { background-color: #A6D6C2; }
a { background-color: rgb(166,214,194); }
div.DivClassName
{
background-color: #A6D6C2;
}
.BgClassName
{
background-color: #A6D6C2;
}
</style>
border-color css
<style>
span { border-color: #A6D6C2; }
span { border-color: rgb(166,214,194); }
td.TdClassName
{
border-color: #A6D6C2;
}
.TagClassName
{
border-color: #A6D6C2;
}
</style>