Shades of Vista Blue #A0DBB8
Tints of Vista Blue #A0DBB8
RGB
CMYK
RGB Variations
Color information
#A0DBB8 (or 0xA0DBB8) is known color: Vista Blue. HEX triplet: A0, DB and B8. RGB value is (160,219,184). Sum of RGB (Red+Green+Blue) = 160+219+184=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBB8 is #5F2447. Grayscale: #C5C5C5. Windows color (decimal): -6235208 or 12114848. OLE color: 12114848.
HSL color Cylindrical-coordinate representation of color #A0DBB8: hue angle of 144.41º 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 #A0DBB8 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 184 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.14 |
| HSL | 144.41º | 0.45% | 0.74% | - |
| HSV(B) | 144.41º | 0.27% | 0.86% | - |
| XYZ | 48.48 | 61.6 | 54.68 | - |
| YUV | 197.37 | 120.45 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 184 | 0.27 | 0 | 0.16 | 0.14 | 144.41 | 0.45 | 0.74 |
| Hex | A0 | DB | B8 | 1B | 0 | 10 | E | 90 | 2D | 4A |
| Octal | 240 | 333 | 270 | 33 | 0 | 20 | 16 | 220 | 55 | 112 |
| Binary | 10100000 | 11011011 | 10111000 | 11011 | 0 | 10000 | 1110 | 10010000 | 101101 | 1001010 |
Color Harmonies of #A0DBB8
Complementary color
Monochromatic Colors of #A0DBB8
Black with #A0DBB8
Text Example
Text Example
White with #A0DBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBB8; }
p { color: rgb(160,219,184); }
H1.HeaderClassName
{
color: #A0DBB8;
}
.AnyTagClassName
{
color: #A0DBB8;
}
</style>
background-color css
<style>
a { background-color: #A0DBB8; }
a { background-color: rgb(160,219,184); }
div.DivClassName
{
background-color: #A0DBB8;
}
.BgClassName
{
background-color: #A0DBB8;
}
</style>
border-color css
<style>
span { border-color: #A0DBB8; }
span { border-color: rgb(160,219,184); }
td.TdClassName
{
border-color: #A0DBB8;
}
.TagClassName
{
border-color: #A0DBB8;
}
</style>