Shades of Vista Blue #A0DFC0
Tints of Vista Blue #A0DFC0
RGB
CMYK
RGB Variations
Color information
#A0DFC0 (or 0xA0DFC0) is known color: Vista Blue. HEX triplet: A0, DF and C0. RGB value is (160,223,192). Sum of RGB (Red+Green+Blue) = 160+223+192=575 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.83% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DFC0 is #5F203F. Grayscale: #C8C8C8. Windows color (decimal): -6234176 or 12640160. OLE color: 12640160.
HSL color Cylindrical-coordinate representation of color #A0DFC0: hue angle of 150.48º degrees, saturation: 0.5, 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 #A0DFC0 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 192 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.13 |
| HSL | 150.48º | 0.5% | 0.75% | - |
| HSV(B) | 150.48º | 0.28% | 0.87% | - |
| XYZ | 50.4 | 64.05 | 59.58 | - |
| YUV | 200.63 | 123.13 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 192 | 0.28 | 0 | 0.14 | 0.13 | 150.48 | 0.5 | 0.75 |
| Hex | A0 | DF | C0 | 1C | 0 | E | D | 96 | 32 | 4B |
| Octal | 240 | 337 | 300 | 34 | 0 | 16 | 15 | 226 | 62 | 113 |
| Binary | 10100000 | 11011111 | 11000000 | 11100 | 0 | 1110 | 1101 | 10010110 | 110010 | 1001011 |
Color Harmonies of #A0DFC0
Complementary color
Monochromatic Colors of #A0DFC0
Black with #A0DFC0
Text Example
Text Example
White with #A0DFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DFC0; }
p { color: rgb(160,223,192); }
H1.HeaderClassName
{
color: #A0DFC0;
}
.AnyTagClassName
{
color: #A0DFC0;
}
</style>
background-color css
<style>
a { background-color: #A0DFC0; }
a { background-color: rgb(160,223,192); }
div.DivClassName
{
background-color: #A0DFC0;
}
.BgClassName
{
background-color: #A0DFC0;
}
</style>
border-color css
<style>
span { border-color: #A0DFC0; }
span { border-color: rgb(160,223,192); }
td.TdClassName
{
border-color: #A0DFC0;
}
.TagClassName
{
border-color: #A0DFC0;
}
</style>