Shades of Vista Blue #A6D3B6
Tints of Vista Blue #A6D3B6
RGB
CMYK
RGB Variations
Color information
#A6D3B6 (or 0xA6D3B6) is known color: Vista Blue. HEX triplet: A6, D3 and B6. RGB value is (166,211,182). Sum of RGB (Red+Green+Blue) = 166+211+182=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D3B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D3B6 is #592C49. Grayscale: #C2C2C2. Windows color (decimal): -5844042 or 11981734. OLE color: 11981734.
HSL color Cylindrical-coordinate representation of color #A6D3B6: hue angle of 141.33º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6D3B6 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 211 | 182 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.17 |
| HSL | 141.33º | 0.34% | 0.74% | - |
| HSV(B) | 141.33º | 0.21% | 0.83% | - |
| XYZ | 47.46 | 58.07 | 52.96 | - |
| YUV | 194.24 | 121.09 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 211 | 182 | 0.21 | 0 | 0.14 | 0.17 | 141.33 | 0.34 | 0.74 |
| Hex | A6 | D3 | B6 | 15 | 0 | E | 11 | 8D | 22 | 4A |
| Octal | 246 | 323 | 266 | 25 | 0 | 16 | 21 | 215 | 42 | 112 |
| Binary | 10100110 | 11010011 | 10110110 | 10101 | 0 | 1110 | 10001 | 10001101 | 100010 | 1001010 |
Color Harmonies of #A6D3B6
Complementary color
Monochromatic Colors of #A6D3B6
Black with #A6D3B6
Text Example
Text Example
White with #A6D3B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D3B6; }
p { color: rgb(166,211,182); }
H1.HeaderClassName
{
color: #A6D3B6;
}
.AnyTagClassName
{
color: #A6D3B6;
}
</style>
background-color css
<style>
a { background-color: #A6D3B6; }
a { background-color: rgb(166,211,182); }
div.DivClassName
{
background-color: #A6D3B6;
}
.BgClassName
{
background-color: #A6D3B6;
}
</style>
border-color css
<style>
span { border-color: #A6D3B6; }
span { border-color: rgb(166,211,182); }
td.TdClassName
{
border-color: #A6D3B6;
}
.TagClassName
{
border-color: #A6D3B6;
}
</style>