Shades of Vista Blue #A0D2B8
Tints of Vista Blue #A0D2B8
RGB
CMYK
RGB Variations
Color information
#A0D2B8 (or 0xA0D2B8) is known color: Vista Blue. HEX triplet: A0, D2 and B8. RGB value is (160,210,184). Sum of RGB (Red+Green+Blue) = 160+210+184=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D2B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D2B8 is #5F2D47. Grayscale: #C0C0C0. Windows color (decimal): -6237512 or 12112544. OLE color: 12112544.
HSL color Cylindrical-coordinate representation of color #A0D2B8: hue angle of 148.8º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0D2B8 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 184 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.18 |
| HSL | 148.8º | 0.36% | 0.73% | - |
| HSV(B) | 148.8º | 0.24% | 0.82% | - |
| XYZ | 46.2 | 57.03 | 53.92 | - |
| YUV | 192.09 | 123.44 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 184 | 0.24 | 0 | 0.12 | 0.18 | 148.8 | 0.36 | 0.73 |
| Hex | A0 | D2 | B8 | 18 | 0 | C | 12 | 95 | 24 | 49 |
| Octal | 240 | 322 | 270 | 30 | 0 | 14 | 22 | 225 | 44 | 111 |
| Binary | 10100000 | 11010010 | 10111000 | 11000 | 0 | 1100 | 10010 | 10010101 | 100100 | 1001001 |
Color Harmonies of #A0D2B8
Complementary color
Monochromatic Colors of #A0D2B8
Black with #A0D2B8
Text Example
Text Example
White with #A0D2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D2B8; }
p { color: rgb(160,210,184); }
H1.HeaderClassName
{
color: #A0D2B8;
}
.AnyTagClassName
{
color: #A0D2B8;
}
</style>
background-color css
<style>
a { background-color: #A0D2B8; }
a { background-color: rgb(160,210,184); }
div.DivClassName
{
background-color: #A0D2B8;
}
.BgClassName
{
background-color: #A0D2B8;
}
</style>
border-color css
<style>
span { border-color: #A0D2B8; }
span { border-color: rgb(160,210,184); }
td.TdClassName
{
border-color: #A0D2B8;
}
.TagClassName
{
border-color: #A0D2B8;
}
</style>