Shades of Vista Blue #A6CFBC
Tints of Vista Blue #A6CFBC
RGB
CMYK
RGB Variations
Color information
#A6CFBC (or 0xA6CFBC) is known color: Vista Blue. HEX triplet: A6, CF and BC. RGB value is (166,207,188). Sum of RGB (Red+Green+Blue) = 166+207+188=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CFBC is #593043. Grayscale: #C0C0C0. Windows color (decimal): -5845060 or 12373926. OLE color: 12373926.
HSL color Cylindrical-coordinate representation of color #A6CFBC: hue angle of 152.2º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6CFBC is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 188 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.19 |
| HSL | 152.2º | 0.3% | 0.73% | - |
| HSV(B) | 152.2º | 0.2% | 0.81% | - |
| XYZ | 47.12 | 56.36 | 55.97 | - |
| YUV | 192.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 188 | 0.20 | 0 | 0.09 | 0.19 | 152.2 | 0.3 | 0.73 |
| Hex | A6 | CF | BC | 14 | 0 | 9 | 13 | 98 | 1E | 49 |
| Octal | 246 | 317 | 274 | 24 | 0 | 11 | 23 | 230 | 36 | 111 |
| Binary | 10100110 | 11001111 | 10111100 | 10100 | 0 | 1001 | 10011 | 10011000 | 11110 | 1001001 |
Color Harmonies of #A6CFBC
Complementary color
Monochromatic Colors of #A6CFBC
Black with #A6CFBC
Text Example
Text Example
White with #A6CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CFBC; }
p { color: rgb(166,207,188); }
H1.HeaderClassName
{
color: #A6CFBC;
}
.AnyTagClassName
{
color: #A6CFBC;
}
</style>
background-color css
<style>
a { background-color: #A6CFBC; }
a { background-color: rgb(166,207,188); }
div.DivClassName
{
background-color: #A6CFBC;
}
.BgClassName
{
background-color: #A6CFBC;
}
</style>
border-color css
<style>
span { border-color: #A6CFBC; }
span { border-color: rgb(166,207,188); }
td.TdClassName
{
border-color: #A6CFBC;
}
.TagClassName
{
border-color: #A6CFBC;
}
</style>