Shades of Vista Blue #A0DBB7
Tints of Vista Blue #A0DBB7
RGB
CMYK
RGB Variations
Color information
#A0DBB7 (or 0xA0DBB7) is known color: Vista Blue. HEX triplet: A0, DB and B7. RGB value is (160,219,183). Sum of RGB (Red+Green+Blue) = 160+219+183=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBB7 is #5F2448. Grayscale: #C5C5C5. Windows color (decimal): -6235209 or 12049312. OLE color: 12049312.
HSL color Cylindrical-coordinate representation of color #A0DBB7: hue angle of 143.39º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DBB7 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 183 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.14 |
| HSL | 143.39º | 0.45% | 0.74% | - |
| HSV(B) | 143.39º | 0.27% | 0.86% | - |
| XYZ | 48.38 | 61.56 | 54.13 | - |
| YUV | 197.26 | 119.95 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 183 | 0.27 | 0 | 0.16 | 0.14 | 143.39 | 0.45 | 0.74 |
| Hex | A0 | DB | B7 | 1B | 0 | 10 | E | 8F | 2D | 4A |
| Octal | 240 | 333 | 267 | 33 | 0 | 20 | 16 | 217 | 55 | 112 |
| Binary | 10100000 | 11011011 | 10110111 | 11011 | 0 | 10000 | 1110 | 10001111 | 101101 | 1001010 |
Color Harmonies of #A0DBB7
Complementary color
Monochromatic Colors of #A0DBB7
Black with #A0DBB7
Text Example
Text Example
White with #A0DBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBB7; }
p { color: rgb(160,219,183); }
H1.HeaderClassName
{
color: #A0DBB7;
}
.AnyTagClassName
{
color: #A0DBB7;
}
</style>
background-color css
<style>
a { background-color: #A0DBB7; }
a { background-color: rgb(160,219,183); }
div.DivClassName
{
background-color: #A0DBB7;
}
.BgClassName
{
background-color: #A0DBB7;
}
</style>
border-color css
<style>
span { border-color: #A0DBB7; }
span { border-color: rgb(160,219,183); }
td.TdClassName
{
border-color: #A0DBB7;
}
.TagClassName
{
border-color: #A0DBB7;
}
</style>