Shades of Vista Blue #A0CEB2
Tints of Vista Blue #A0CEB2
RGB
CMYK
RGB Variations
Color information
#A0CEB2 (or 0xA0CEB2) is known color: Vista Blue. HEX triplet: A0, CE and B2. RGB value is (160,206,178). Sum of RGB (Red+Green+Blue) = 160+206+178=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CEB2 is #5F314D. Grayscale: #BDBDBD. Windows color (decimal): -6238542 or 11718304. OLE color: 11718304.
HSL color Cylindrical-coordinate representation of color #A0CEB2: hue angle of 143.48º 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 #A0CEB2 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 178 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.19 |
| HSL | 143.48º | 0.32% | 0.72% | - |
| HSV(B) | 143.48º | 0.22% | 0.81% | - |
| XYZ | 44.6 | 54.83 | 50.35 | - |
| YUV | 189.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 178 | 0.22 | 0 | 0.14 | 0.19 | 143.48 | 0.32 | 0.72 |
| Hex | A0 | CE | B2 | 16 | 0 | E | 13 | 8F | 20 | 48 |
| Octal | 240 | 316 | 262 | 26 | 0 | 16 | 23 | 217 | 40 | 110 |
| Binary | 10100000 | 11001110 | 10110010 | 10110 | 0 | 1110 | 10011 | 10001111 | 100000 | 1001000 |
Color Harmonies of #A0CEB2
Complementary color
Monochromatic Colors of #A0CEB2
Black with #A0CEB2
Text Example
Text Example
White with #A0CEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CEB2; }
p { color: rgb(160,206,178); }
H1.HeaderClassName
{
color: #A0CEB2;
}
.AnyTagClassName
{
color: #A0CEB2;
}
</style>
background-color css
<style>
a { background-color: #A0CEB2; }
a { background-color: rgb(160,206,178); }
div.DivClassName
{
background-color: #A0CEB2;
}
.BgClassName
{
background-color: #A0CEB2;
}
</style>
border-color css
<style>
span { border-color: #A0CEB2; }
span { border-color: rgb(160,206,178); }
td.TdClassName
{
border-color: #A0CEB2;
}
.TagClassName
{
border-color: #A0CEB2;
}
</style>