Shades of Vista Blue #A0CFBC
Tints of Vista Blue #A0CFBC
RGB
CMYK
RGB Variations
Color information
#A0CFBC (or 0xA0CFBC) is known color: Vista Blue. HEX triplet: A0, CF and BC. RGB value is (160,207,188). Sum of RGB (Red+Green+Blue) = 160+207+188=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CFBC is #5F3043. Grayscale: #BEBEBE. Windows color (decimal): -6238276 or 12373920. OLE color: 12373920.
HSL color Cylindrical-coordinate representation of color #A0CFBC: hue angle of 155.74º 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 #A0CFBC is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 188 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.19 |
| HSL | 155.74º | 0.33% | 0.72% | - |
| HSV(B) | 155.74º | 0.23% | 0.81% | - |
| XYZ | 45.89 | 55.73 | 55.92 | - |
| YUV | 190.78 | 126.43 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 188 | 0.23 | 0 | 0.09 | 0.19 | 155.74 | 0.33 | 0.72 |
| Hex | A0 | CF | BC | 17 | 0 | 9 | 13 | 9C | 21 | 48 |
| Octal | 240 | 317 | 274 | 27 | 0 | 11 | 23 | 234 | 41 | 110 |
| Binary | 10100000 | 11001111 | 10111100 | 10111 | 0 | 1001 | 10011 | 10011100 | 100001 | 1001000 |
Color Harmonies of #A0CFBC
Complementary color
Monochromatic Colors of #A0CFBC
Black with #A0CFBC
Text Example
Text Example
White with #A0CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CFBC; }
p { color: rgb(160,207,188); }
H1.HeaderClassName
{
color: #A0CFBC;
}
.AnyTagClassName
{
color: #A0CFBC;
}
</style>
background-color css
<style>
a { background-color: #A0CFBC; }
a { background-color: rgb(160,207,188); }
div.DivClassName
{
background-color: #A0CFBC;
}
.BgClassName
{
background-color: #A0CFBC;
}
</style>
border-color css
<style>
span { border-color: #A0CFBC; }
span { border-color: rgb(160,207,188); }
td.TdClassName
{
border-color: #A0CFBC;
}
.TagClassName
{
border-color: #A0CFBC;
}
</style>