Shades of Vista Blue #A8D6BD
Tints of Vista Blue #A8D6BD
RGB
CMYK
RGB Variations
Color information
#A8D6BD (or 0xA8D6BD) is known color: Vista Blue. HEX triplet: A8, D6 and BD. RGB value is (168,214,189). Sum of RGB (Red+Green+Blue) = 168+214+189=571 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.42% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D6BD is #572942. Grayscale: #C5C5C5. Windows color (decimal): -5712195 or 12441256. OLE color: 12441256.
HSL color Cylindrical-coordinate representation of color #A8D6BD: hue angle of 147.39º 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 #A8D6BD is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 189 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.16 |
| HSL | 147.39º | 0.36% | 0.75% | - |
| HSV(B) | 147.39º | 0.21% | 0.84% | - |
| XYZ | 49.38 | 60.09 | 57.14 | - |
| YUV | 197.4 | 123.26 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 189 | 0.21 | 0 | 0.12 | 0.16 | 147.39 | 0.36 | 0.75 |
| Hex | A8 | D6 | BD | 15 | 0 | C | 10 | 93 | 24 | 4B |
| Octal | 250 | 326 | 275 | 25 | 0 | 14 | 20 | 223 | 44 | 113 |
| Binary | 10101000 | 11010110 | 10111101 | 10101 | 0 | 1100 | 10000 | 10010011 | 100100 | 1001011 |
Color Harmonies of #A8D6BD
Complementary color
Monochromatic Colors of #A8D6BD
Black with #A8D6BD
Text Example
Text Example
White with #A8D6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D6BD; }
p { color: rgb(168,214,189); }
H1.HeaderClassName
{
color: #A8D6BD;
}
.AnyTagClassName
{
color: #A8D6BD;
}
</style>
background-color css
<style>
a { background-color: #A8D6BD; }
a { background-color: rgb(168,214,189); }
div.DivClassName
{
background-color: #A8D6BD;
}
.BgClassName
{
background-color: #A8D6BD;
}
</style>
border-color css
<style>
span { border-color: #A8D6BD; }
span { border-color: rgb(168,214,189); }
td.TdClassName
{
border-color: #A8D6BD;
}
.TagClassName
{
border-color: #A8D6BD;
}
</style>