Shades of Vista Blue #A0DEB4
Tints of Vista Blue #A0DEB4
RGB
CMYK
RGB Variations
Color information
#A0DEB4 (or 0xA0DEB4) is known color: Vista Blue. HEX triplet: A0, DE and B4. RGB value is (160,222,180). Sum of RGB (Red+Green+Blue) = 160+222+180=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DEB4 is #5F214B. Grayscale: #C6C6C6. Windows color (decimal): -6234444 or 11853472. OLE color: 11853472.
HSL color Cylindrical-coordinate representation of color #A0DEB4: hue angle of 139.35º degrees, saturation: 0.48, 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 #A0DEB4 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 222 | 180 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.13 |
| HSL | 139.35º | 0.48% | 0.75% | - |
| HSV(B) | 139.35º | 0.28% | 0.87% | - |
| XYZ | 48.86 | 63.01 | 52.77 | - |
| YUV | 198.67 | 117.46 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 222 | 180 | 0.28 | 0 | 0.19 | 0.13 | 139.35 | 0.48 | 0.75 |
| Hex | A0 | DE | B4 | 1C | 0 | 13 | D | 8B | 30 | 4B |
| Octal | 240 | 336 | 264 | 34 | 0 | 23 | 15 | 213 | 60 | 113 |
| Binary | 10100000 | 11011110 | 10110100 | 11100 | 0 | 10011 | 1101 | 10001011 | 110000 | 1001011 |
Color Harmonies of #A0DEB4
Complementary color
Monochromatic Colors of #A0DEB4
Black with #A0DEB4
Text Example
Text Example
White with #A0DEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DEB4; }
p { color: rgb(160,222,180); }
H1.HeaderClassName
{
color: #A0DEB4;
}
.AnyTagClassName
{
color: #A0DEB4;
}
</style>
background-color css
<style>
a { background-color: #A0DEB4; }
a { background-color: rgb(160,222,180); }
div.DivClassName
{
background-color: #A0DEB4;
}
.BgClassName
{
background-color: #A0DEB4;
}
</style>
border-color css
<style>
span { border-color: #A0DEB4; }
span { border-color: rgb(160,222,180); }
td.TdClassName
{
border-color: #A0DEB4;
}
.TagClassName
{
border-color: #A0DEB4;
}
</style>