Shades of Vista Blue #A6CCB7
Tints of Vista Blue #A6CCB7
RGB
CMYK
RGB Variations
Color information
#A6CCB7 (or 0xA6CCB7) is known color: Vista Blue. HEX triplet: A6, CC and B7. RGB value is (166,204,183). Sum of RGB (Red+Green+Blue) = 166+204+183=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCB7 is #593348. Grayscale: #BEBEBE. Windows color (decimal): -5845833 or 12045478. OLE color: 12045478.
HSL color Cylindrical-coordinate representation of color #A6CCB7: hue angle of 146.84º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CCB7 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 204 | 183 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.2 |
| HSL | 146.84º | 0.27% | 0.73% | - |
| HSV(B) | 146.84º | 0.19% | 0.8% | - |
| XYZ | 45.87 | 54.71 | 52.94 | - |
| YUV | 190.24 | 123.91 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 183 | 0.19 | 0 | 0.10 | 0.2 | 146.84 | 0.27 | 0.73 |
| Hex | A6 | CC | B7 | 13 | 0 | A | 14 | 93 | 1B | 49 |
| Octal | 246 | 314 | 267 | 23 | 0 | 12 | 24 | 223 | 33 | 111 |
| Binary | 10100110 | 11001100 | 10110111 | 10011 | 0 | 1010 | 10100 | 10010011 | 11011 | 1001001 |
Color Harmonies of #A6CCB7
Complementary color
Monochromatic Colors of #A6CCB7
Black with #A6CCB7
Text Example
Text Example
White with #A6CCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CCB7; }
p { color: rgb(166,204,183); }
H1.HeaderClassName
{
color: #A6CCB7;
}
.AnyTagClassName
{
color: #A6CCB7;
}
</style>
background-color css
<style>
a { background-color: #A6CCB7; }
a { background-color: rgb(166,204,183); }
div.DivClassName
{
background-color: #A6CCB7;
}
.BgClassName
{
background-color: #A6CCB7;
}
</style>
border-color css
<style>
span { border-color: #A6CCB7; }
span { border-color: rgb(166,204,183); }
td.TdClassName
{
border-color: #A6CCB7;
}
.TagClassName
{
border-color: #A6CCB7;
}
</style>