Shades of Vista Blue #A8D7BC
Tints of Vista Blue #A8D7BC
RGB
CMYK
RGB Variations
Color information
#A8D7BC (or 0xA8D7BC) is known color: Vista Blue. HEX triplet: A8, D7 and BC. RGB value is (168,215,188). Sum of RGB (Red+Green+Blue) = 168+215+188=571 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.42% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D7BC is #572843. Grayscale: #C5C5C5. Windows color (decimal): -5711940 or 12375976. OLE color: 12375976.
HSL color Cylindrical-coordinate representation of color #A8D7BC: hue angle of 145.53º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8D7BC is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 188 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.16 |
| HSL | 145.53º | 0.37% | 0.75% | - |
| HSV(B) | 145.53º | 0.22% | 0.84% | - |
| XYZ | 49.53 | 60.56 | 56.66 | - |
| YUV | 197.87 | 122.43 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 188 | 0.22 | 0 | 0.13 | 0.16 | 145.53 | 0.37 | 0.75 |
| Hex | A8 | D7 | BC | 16 | 0 | D | 10 | 92 | 25 | 4B |
| Octal | 250 | 327 | 274 | 26 | 0 | 15 | 20 | 222 | 45 | 113 |
| Binary | 10101000 | 11010111 | 10111100 | 10110 | 0 | 1101 | 10000 | 10010010 | 100101 | 1001011 |
Color Harmonies of #A8D7BC
Complementary color
Monochromatic Colors of #A8D7BC
Black with #A8D7BC
Text Example
Text Example
White with #A8D7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D7BC; }
p { color: rgb(168,215,188); }
H1.HeaderClassName
{
color: #A8D7BC;
}
.AnyTagClassName
{
color: #A8D7BC;
}
</style>
background-color css
<style>
a { background-color: #A8D7BC; }
a { background-color: rgb(168,215,188); }
div.DivClassName
{
background-color: #A8D7BC;
}
.BgClassName
{
background-color: #A8D7BC;
}
</style>
border-color css
<style>
span { border-color: #A8D7BC; }
span { border-color: rgb(168,215,188); }
td.TdClassName
{
border-color: #A8D7BC;
}
.TagClassName
{
border-color: #A8D7BC;
}
</style>