Shades of Vista Blue #A8D6BA
Tints of Vista Blue #A8D6BA
RGB
CMYK
RGB Variations
Color information
#A8D6BA (or 0xA8D6BA) is known color: Vista Blue. HEX triplet: A8, D6 and BA. RGB value is (168,214,186). Sum of RGB (Red+Green+Blue) = 168+214+186=568 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.58% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D6BA is #572945. Grayscale: #C5C5C5. Windows color (decimal): -5712198 or 12244648. OLE color: 12244648.
HSL color Cylindrical-coordinate representation of color #A8D6BA: hue angle of 143.48º degrees, saturation: 0.36, 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 #A8D6BA is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 186 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.16 |
| HSL | 143.48º | 0.36% | 0.75% | - |
| HSV(B) | 143.48º | 0.21% | 0.84% | - |
| XYZ | 49.06 | 59.96 | 55.44 | - |
| YUV | 197.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 186 | 0.21 | 0 | 0.13 | 0.16 | 143.48 | 0.36 | 0.75 |
| Hex | A8 | D6 | BA | 15 | 0 | D | 10 | 8F | 24 | 4B |
| Octal | 250 | 326 | 272 | 25 | 0 | 15 | 20 | 217 | 44 | 113 |
| Binary | 10101000 | 11010110 | 10111010 | 10101 | 0 | 1101 | 10000 | 10001111 | 100100 | 1001011 |
Color Harmonies of #A8D6BA
Complementary color
Monochromatic Colors of #A8D6BA
Black with #A8D6BA
Text Example
Text Example
White with #A8D6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D6BA; }
p { color: rgb(168,214,186); }
H1.HeaderClassName
{
color: #A8D6BA;
}
.AnyTagClassName
{
color: #A8D6BA;
}
</style>
background-color css
<style>
a { background-color: #A8D6BA; }
a { background-color: rgb(168,214,186); }
div.DivClassName
{
background-color: #A8D6BA;
}
.BgClassName
{
background-color: #A8D6BA;
}
</style>
border-color css
<style>
span { border-color: #A8D6BA; }
span { border-color: rgb(168,214,186); }
td.TdClassName
{
border-color: #A8D6BA;
}
.TagClassName
{
border-color: #A8D6BA;
}
</style>