Shades of Vista Blue #ABDCC0
Tints of Vista Blue #ABDCC0
RGB
CMYK
RGB Variations
Color information
#ABDCC0 (or 0xABDCC0) is known color: Vista Blue. HEX triplet: AB, DC and C0. RGB value is (171,220,192). Sum of RGB (Red+Green+Blue) = 171+220+192=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCC0 is #54233F. Grayscale: #CACACA. Windows color (decimal): -5514048 or 12639403. OLE color: 12639403.
HSL color Cylindrical-coordinate representation of color #ABDCC0: hue angle of 145.71º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDCC0 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 192 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.14 |
| HSL | 145.71º | 0.41% | 0.77% | - |
| HSV(B) | 145.71º | 0.22% | 0.86% | - |
| XYZ | 51.9 | 63.65 | 59.42 | - |
| YUV | 202.16 | 122.27 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 192 | 0.22 | 0 | 0.13 | 0.14 | 145.71 | 0.41 | 0.77 |
| Hex | AB | DC | C0 | 16 | 0 | D | E | 92 | 29 | 4D |
| Octal | 253 | 334 | 300 | 26 | 0 | 15 | 16 | 222 | 51 | 115 |
| Binary | 10101011 | 11011100 | 11000000 | 10110 | 0 | 1101 | 1110 | 10010010 | 101001 | 1001101 |
Color Harmonies of #ABDCC0
Complementary color
Monochromatic Colors of #ABDCC0
Black with #ABDCC0
Text Example
Text Example
White with #ABDCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDCC0; }
p { color: rgb(171,220,192); }
H1.HeaderClassName
{
color: #ABDCC0;
}
.AnyTagClassName
{
color: #ABDCC0;
}
</style>
background-color css
<style>
a { background-color: #ABDCC0; }
a { background-color: rgb(171,220,192); }
div.DivClassName
{
background-color: #ABDCC0;
}
.BgClassName
{
background-color: #ABDCC0;
}
</style>
border-color css
<style>
span { border-color: #ABDCC0; }
span { border-color: rgb(171,220,192); }
td.TdClassName
{
border-color: #ABDCC0;
}
.TagClassName
{
border-color: #ABDCC0;
}
</style>