Shades of Vista Blue #A0DDBE
Tints of Vista Blue #A0DDBE
RGB
CMYK
RGB Variations
Color information
#A0DDBE (or 0xA0DDBE) is known color: Vista Blue. HEX triplet: A0, DD and BE. RGB value is (160,221,190). Sum of RGB (Red+Green+Blue) = 160+221+190=571 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.02% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DDBE is #5F2241. Grayscale: #C7C7C7. Windows color (decimal): -6234690 or 12508576. OLE color: 12508576.
HSL color Cylindrical-coordinate representation of color #A0DDBE: hue angle of 149.51º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DDBE is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 160 | 221 | 190 | - |
CMYK | 0.28 | 0 | 0.14 | 0.13 |
HSL | 149.51º | 0.47% | 0.75% | - |
HSV(B) | 149.51º | 0.28% | 0.87% | - |
XYZ | 49.65 | 62.9 | 58.24 | - |
YUV | 199.23 | 122.79 | 100.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 221 | 190 | 0.28 | 0 | 0.14 | 0.13 | 149.51 | 0.47 | 0.75 |
Hex | A0 | DD | BE | 1C | 0 | E | D | 96 | 2F | 4B |
Octal | 240 | 335 | 276 | 34 | 0 | 16 | 15 | 226 | 57 | 113 |
Binary | 10100000 | 11011101 | 10111110 | 11100 | 0 | 1110 | 1101 | 10010110 | 101111 | 1001011 |
Color Harmonies of #A0DDBE
Complementary color
Monochromatic Colors of #A0DDBE
Black with #A0DDBE
Text Example
Text Example
White with #A0DDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DDBE; }
p { color: rgb(160,221,190); }
H1.HeaderClassName
{
color: #A0DDBE;
}
.AnyTagClassName
{
color: #A0DDBE;
}
</style>
background-color css
<style>
a { background-color: #A0DDBE; }
a { background-color: rgb(160,221,190); }
div.DivClassName
{
background-color: #A0DDBE;
}
.BgClassName
{
background-color: #A0DDBE;
}
</style>
border-color css
<style>
span { border-color: #A0DDBE; }
span { border-color: rgb(160,221,190); }
td.TdClassName
{
border-color: #A0DDBE;
}
.TagClassName
{
border-color: #A0DDBE;
}
</style>