Shades of Vista Blue #A0CEB5
Tints of Vista Blue #A0CEB5
RGB
CMYK
RGB Variations
Color information
#A0CEB5 (or 0xA0CEB5) is known color: Vista Blue. HEX triplet: A0, CE and B5. RGB value is (160,206,181). Sum of RGB (Red+Green+Blue) = 160+206+181=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CEB5 is #5F314A. Grayscale: #BDBDBD. Windows color (decimal): -6238539 or 11914912. OLE color: 11914912.
HSL color Cylindrical-coordinate representation of color #A0CEB5: hue angle of 147.39º 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 #A0CEB5 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 181 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.19 |
| HSL | 147.39º | 0.32% | 0.72% | - |
| HSV(B) | 147.39º | 0.22% | 0.81% | - |
| XYZ | 44.91 | 54.95 | 51.96 | - |
| YUV | 189.4 | 123.26 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 181 | 0.22 | 0 | 0.12 | 0.19 | 147.39 | 0.32 | 0.72 |
| Hex | A0 | CE | B5 | 16 | 0 | C | 13 | 93 | 20 | 48 |
| Octal | 240 | 316 | 265 | 26 | 0 | 14 | 23 | 223 | 40 | 110 |
| Binary | 10100000 | 11001110 | 10110101 | 10110 | 0 | 1100 | 10011 | 10010011 | 100000 | 1001000 |
Color Harmonies of #A0CEB5
Complementary color
Monochromatic Colors of #A0CEB5
Black with #A0CEB5
Text Example
Text Example
White with #A0CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CEB5; }
p { color: rgb(160,206,181); }
H1.HeaderClassName
{
color: #A0CEB5;
}
.AnyTagClassName
{
color: #A0CEB5;
}
</style>
background-color css
<style>
a { background-color: #A0CEB5; }
a { background-color: rgb(160,206,181); }
div.DivClassName
{
background-color: #A0CEB5;
}
.BgClassName
{
background-color: #A0CEB5;
}
</style>
border-color css
<style>
span { border-color: #A0CEB5; }
span { border-color: rgb(160,206,181); }
td.TdClassName
{
border-color: #A0CEB5;
}
.TagClassName
{
border-color: #A0CEB5;
}
</style>