Shades of Vista Blue #A6D2B7
Tints of Vista Blue #A6D2B7
RGB
CMYK
RGB Variations
Color information
#A6D2B7 (or 0xA6D2B7) is known color: Vista Blue. HEX triplet: A6, D2 and B7. RGB value is (166,210,183). Sum of RGB (Red+Green+Blue) = 166+210+183=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D2B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D2B7 is #592D48. Grayscale: #C1C1C1. Windows color (decimal): -5844297 or 12047014. OLE color: 12047014.
HSL color Cylindrical-coordinate representation of color #A6D2B7: hue angle of 143.18º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6D2B7 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 210 | 183 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.18 |
| HSL | 143.18º | 0.33% | 0.74% | - |
| HSV(B) | 143.18º | 0.21% | 0.82% | - |
| XYZ | 47.32 | 57.62 | 53.43 | - |
| YUV | 193.77 | 121.92 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 210 | 183 | 0.21 | 0 | 0.13 | 0.18 | 143.18 | 0.33 | 0.74 |
| Hex | A6 | D2 | B7 | 15 | 0 | D | 12 | 8F | 21 | 4A |
| Octal | 246 | 322 | 267 | 25 | 0 | 15 | 22 | 217 | 41 | 112 |
| Binary | 10100110 | 11010010 | 10110111 | 10101 | 0 | 1101 | 10010 | 10001111 | 100001 | 1001010 |
Color Harmonies of #A6D2B7
Complementary color
Monochromatic Colors of #A6D2B7
Black with #A6D2B7
Text Example
Text Example
White with #A6D2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D2B7; }
p { color: rgb(166,210,183); }
H1.HeaderClassName
{
color: #A6D2B7;
}
.AnyTagClassName
{
color: #A6D2B7;
}
</style>
background-color css
<style>
a { background-color: #A6D2B7; }
a { background-color: rgb(166,210,183); }
div.DivClassName
{
background-color: #A6D2B7;
}
.BgClassName
{
background-color: #A6D2B7;
}
</style>
border-color css
<style>
span { border-color: #A6D2B7; }
span { border-color: rgb(166,210,183); }
td.TdClassName
{
border-color: #A6D2B7;
}
.TagClassName
{
border-color: #A6D2B7;
}
</style>