Shades of Vista Blue #A6D0B7
Tints of Vista Blue #A6D0B7
RGB
CMYK
RGB Variations
Color information
#A6D0B7 (or 0xA6D0B7) is known color: Vista Blue. HEX triplet: A6, D0 and B7. RGB value is (166,208,183). Sum of RGB (Red+Green+Blue) = 166+208+183=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D0B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D0B7 is #592F48. Grayscale: #C0C0C0. Windows color (decimal): -5844809 or 12046502. OLE color: 12046502.
HSL color Cylindrical-coordinate representation of color #A6D0B7: hue angle of 144.29º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6D0B7 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 208 | 183 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.18 |
| HSL | 144.29º | 0.31% | 0.73% | - |
| HSV(B) | 144.29º | 0.2% | 0.82% | - |
| XYZ | 46.83 | 56.64 | 53.26 | - |
| YUV | 192.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 208 | 183 | 0.20 | 0 | 0.12 | 0.18 | 144.29 | 0.31 | 0.73 |
| Hex | A6 | D0 | B7 | 14 | 0 | C | 12 | 90 | 1F | 49 |
| Octal | 246 | 320 | 267 | 24 | 0 | 14 | 22 | 220 | 37 | 111 |
| Binary | 10100110 | 11010000 | 10110111 | 10100 | 0 | 1100 | 10010 | 10010000 | 11111 | 1001001 |
Color Harmonies of #A6D0B7
Complementary color
Monochromatic Colors of #A6D0B7
Black with #A6D0B7
Text Example
Text Example
White with #A6D0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D0B7; }
p { color: rgb(166,208,183); }
H1.HeaderClassName
{
color: #A6D0B7;
}
.AnyTagClassName
{
color: #A6D0B7;
}
</style>
background-color css
<style>
a { background-color: #A6D0B7; }
a { background-color: rgb(166,208,183); }
div.DivClassName
{
background-color: #A6D0B7;
}
.BgClassName
{
background-color: #A6D0B7;
}
</style>
border-color css
<style>
span { border-color: #A6D0B7; }
span { border-color: rgb(166,208,183); }
td.TdClassName
{
border-color: #A6D0B7;
}
.TagClassName
{
border-color: #A6D0B7;
}
</style>