Shades of Vista Blue #A8D5BA
Tints of Vista Blue #A8D5BA
RGB
CMYK
RGB Variations
Color information
#A8D5BA (or 0xA8D5BA) is known color: Vista Blue. HEX triplet: A8, D5 and BA. RGB value is (168,213,186). Sum of RGB (Red+Green+Blue) = 168+213+186=567 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.63% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D5BA is #572A45. Grayscale: #C4C4C4. Windows color (decimal): -5712454 or 12244392. OLE color: 12244392.
HSL color Cylindrical-coordinate representation of color #A8D5BA: hue angle of 144º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D5BA is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 186 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.16 |
| HSL | 144º | 0.35% | 0.75% | - |
| HSV(B) | 144º | 0.21% | 0.84% | - |
| XYZ | 48.81 | 59.46 | 55.36 | - |
| YUV | 196.47 | 122.09 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 186 | 0.21 | 0 | 0.13 | 0.16 | 144 | 0.35 | 0.75 |
| Hex | A8 | D5 | BA | 15 | 0 | D | 10 | 90 | 23 | 4B |
| Octal | 250 | 325 | 272 | 25 | 0 | 15 | 20 | 220 | 43 | 113 |
| Binary | 10101000 | 11010101 | 10111010 | 10101 | 0 | 1101 | 10000 | 10010000 | 100011 | 1001011 |
Color Harmonies of #A8D5BA
Complementary color
Monochromatic Colors of #A8D5BA
Black with #A8D5BA
Text Example
Text Example
White with #A8D5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D5BA; }
p { color: rgb(168,213,186); }
H1.HeaderClassName
{
color: #A8D5BA;
}
.AnyTagClassName
{
color: #A8D5BA;
}
</style>
background-color css
<style>
a { background-color: #A8D5BA; }
a { background-color: rgb(168,213,186); }
div.DivClassName
{
background-color: #A8D5BA;
}
.BgClassName
{
background-color: #A8D5BA;
}
</style>
border-color css
<style>
span { border-color: #A8D5BA; }
span { border-color: rgb(168,213,186); }
td.TdClassName
{
border-color: #A8D5BA;
}
.TagClassName
{
border-color: #A8D5BA;
}
</style>