Shades of Vista Blue #A8D9BD
Tints of Vista Blue #A8D9BD
RGB
CMYK
RGB Variations
Color information
#A8D9BD (or 0xA8D9BD) is known color: Vista Blue. HEX triplet: A8, D9 and BD. RGB value is (168,217,189). Sum of RGB (Red+Green+Blue) = 168+217+189=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D9BD is #572642. Grayscale: #C7C7C7. Windows color (decimal): -5711427 or 12442024. OLE color: 12442024.
HSL color Cylindrical-coordinate representation of color #A8D9BD: hue angle of 145.71º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8D9BD is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 189 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.15 |
| HSL | 145.71º | 0.39% | 0.75% | - |
| HSV(B) | 145.71º | 0.23% | 0.85% | - |
| XYZ | 50.15 | 61.62 | 57.4 | - |
| YUV | 199.16 | 122.27 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 189 | 0.23 | 0 | 0.13 | 0.15 | 145.71 | 0.39 | 0.75 |
| Hex | A8 | D9 | BD | 17 | 0 | D | F | 92 | 27 | 4B |
| Octal | 250 | 331 | 275 | 27 | 0 | 15 | 17 | 222 | 47 | 113 |
| Binary | 10101000 | 11011001 | 10111101 | 10111 | 0 | 1101 | 1111 | 10010010 | 100111 | 1001011 |
Color Harmonies of #A8D9BD
Complementary color
Monochromatic Colors of #A8D9BD
Black with #A8D9BD
Text Example
Text Example
White with #A8D9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D9BD; }
p { color: rgb(168,217,189); }
H1.HeaderClassName
{
color: #A8D9BD;
}
.AnyTagClassName
{
color: #A8D9BD;
}
</style>
background-color css
<style>
a { background-color: #A8D9BD; }
a { background-color: rgb(168,217,189); }
div.DivClassName
{
background-color: #A8D9BD;
}
.BgClassName
{
background-color: #A8D9BD;
}
</style>
border-color css
<style>
span { border-color: #A8D9BD; }
span { border-color: rgb(168,217,189); }
td.TdClassName
{
border-color: #A8D9BD;
}
.TagClassName
{
border-color: #A8D9BD;
}
</style>