Shades of Vista Blue #A0CFB1
Tints of Vista Blue #A0CFB1
RGB
CMYK
RGB Variations
Color information
#A0CFB1 (or 0xA0CFB1) is known color: Vista Blue. HEX triplet: A0, CF and B1. RGB value is (160,207,177). Sum of RGB (Red+Green+Blue) = 160+207+177=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CFB1 is #5F304E. Grayscale: #BDBDBD. Windows color (decimal): -6238287 or 11653024. OLE color: 11653024.
HSL color Cylindrical-coordinate representation of color #A0CFB1: hue angle of 141.7º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0CFB1 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 177 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.19 |
| HSL | 141.7º | 0.33% | 0.72% | - |
| HSV(B) | 141.7º | 0.23% | 0.81% | - |
| XYZ | 44.75 | 55.27 | 49.91 | - |
| YUV | 189.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 177 | 0.23 | 0 | 0.14 | 0.19 | 141.7 | 0.33 | 0.72 |
| Hex | A0 | CF | B1 | 17 | 0 | E | 13 | 8E | 21 | 48 |
| Octal | 240 | 317 | 261 | 27 | 0 | 16 | 23 | 216 | 41 | 110 |
| Binary | 10100000 | 11001111 | 10110001 | 10111 | 0 | 1110 | 10011 | 10001110 | 100001 | 1001000 |
Color Harmonies of #A0CFB1
Complementary color
Monochromatic Colors of #A0CFB1
Black with #A0CFB1
Text Example
Text Example
White with #A0CFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CFB1; }
p { color: rgb(160,207,177); }
H1.HeaderClassName
{
color: #A0CFB1;
}
.AnyTagClassName
{
color: #A0CFB1;
}
</style>
background-color css
<style>
a { background-color: #A0CFB1; }
a { background-color: rgb(160,207,177); }
div.DivClassName
{
background-color: #A0CFB1;
}
.BgClassName
{
background-color: #A0CFB1;
}
</style>
border-color css
<style>
span { border-color: #A0CFB1; }
span { border-color: rgb(160,207,177); }
td.TdClassName
{
border-color: #A0CFB1;
}
.TagClassName
{
border-color: #A0CFB1;
}
</style>