Shades of Vista Blue #A0CEBA
Tints of Vista Blue #A0CEBA
RGB
CMYK
RGB Variations
Color information
#A0CEBA (or 0xA0CEBA) is known color: Vista Blue. HEX triplet: A0, CE and BA. RGB value is (160,206,186). Sum of RGB (Red+Green+Blue) = 160+206+186=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CEBA is #5F3145. Grayscale: #BEBEBE. Windows color (decimal): -6238534 or 12242592. OLE color: 12242592.
HSL color Cylindrical-coordinate representation of color #A0CEBA: hue angle of 153.91º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CEBA is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 186 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.19 |
| HSL | 153.91º | 0.32% | 0.72% | - |
| HSV(B) | 153.91º | 0.22% | 0.81% | - |
| XYZ | 45.43 | 55.16 | 54.71 | - |
| YUV | 189.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 186 | 0.22 | 0 | 0.10 | 0.19 | 153.91 | 0.32 | 0.72 |
| Hex | A0 | CE | BA | 16 | 0 | A | 13 | 9A | 20 | 48 |
| Octal | 240 | 316 | 272 | 26 | 0 | 12 | 23 | 232 | 40 | 110 |
| Binary | 10100000 | 11001110 | 10111010 | 10110 | 0 | 1010 | 10011 | 10011010 | 100000 | 1001000 |
Color Harmonies of #A0CEBA
Complementary color
Monochromatic Colors of #A0CEBA
Black with #A0CEBA
Text Example
Text Example
White with #A0CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CEBA; }
p { color: rgb(160,206,186); }
H1.HeaderClassName
{
color: #A0CEBA;
}
.AnyTagClassName
{
color: #A0CEBA;
}
</style>
background-color css
<style>
a { background-color: #A0CEBA; }
a { background-color: rgb(160,206,186); }
div.DivClassName
{
background-color: #A0CEBA;
}
.BgClassName
{
background-color: #A0CEBA;
}
</style>
border-color css
<style>
span { border-color: #A0CEBA; }
span { border-color: rgb(160,206,186); }
td.TdClassName
{
border-color: #A0CEBA;
}
.TagClassName
{
border-color: #A0CEBA;
}
</style>