Shades of Vista Blue #A0C8B5
Tints of Vista Blue #A0C8B5
RGB
CMYK
RGB Variations
Color information
#A0C8B5 (or 0xA0C8B5) is known color: Vista Blue. HEX triplet: A0, C8 and B5. RGB value is (160,200,181). Sum of RGB (Red+Green+Blue) = 160+200+181=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C8B5 is #5F374A. Grayscale: #B9B9B9. Windows color (decimal): -6240075 or 11913376. OLE color: 11913376.
HSL color Cylindrical-coordinate representation of color #A0C8B5: hue angle of 151.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0C8B5 is Cyan = 0.2, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 181 | - |
| CMYK | 0.2 | 0 | 0.09 | 0.22 |
| HSL | 151.5º | 0.27% | 0.71% | - |
| HSV(B) | 151.5º | 0.2% | 0.78% | - |
| XYZ | 43.49 | 52.12 | 51.48 | - |
| YUV | 185.87 | 125.25 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 181 | 0.2 | 0 | 0.09 | 0.22 | 151.5 | 0.27 | 0.71 |
| Hex | A0 | C8 | B5 | 14 | 0 | 9 | 16 | 98 | 1B | 47 |
| Octal | 240 | 310 | 265 | 24 | 0 | 11 | 26 | 230 | 33 | 107 |
| Binary | 10100000 | 11001000 | 10110101 | 10100 | 0 | 1001 | 10110 | 10011000 | 11011 | 1000111 |
Color Harmonies of #A0C8B5
Complementary color
Monochromatic Colors of #A0C8B5
Black with #A0C8B5
Text Example
Text Example
White with #A0C8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C8B5; }
p { color: rgb(160,200,181); }
H1.HeaderClassName
{
color: #A0C8B5;
}
.AnyTagClassName
{
color: #A0C8B5;
}
</style>
background-color css
<style>
a { background-color: #A0C8B5; }
a { background-color: rgb(160,200,181); }
div.DivClassName
{
background-color: #A0C8B5;
}
.BgClassName
{
background-color: #A0C8B5;
}
</style>
border-color css
<style>
span { border-color: #A0C8B5; }
span { border-color: rgb(160,200,181); }
td.TdClassName
{
border-color: #A0C8B5;
}
.TagClassName
{
border-color: #A0C8B5;
}
</style>