Shades of Vista Blue #A8D5BD
Tints of Vista Blue #A8D5BD
RGB
CMYK
RGB Variations
Color information
#A8D5BD (or 0xA8D5BD) is known color: Vista Blue. HEX triplet: A8, D5 and BD. RGB value is (168,213,189). Sum of RGB (Red+Green+Blue) = 168+213+189=570 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.47% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D5BD is #572A42. Grayscale: #C4C4C4. Windows color (decimal): -5712451 or 12441000. OLE color: 12441000.
HSL color Cylindrical-coordinate representation of color #A8D5BD: hue angle of 148º 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 #A8D5BD is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 189 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.16 |
| HSL | 148º | 0.35% | 0.75% | - |
| HSV(B) | 148º | 0.21% | 0.84% | - |
| XYZ | 49.13 | 59.59 | 57.06 | - |
| YUV | 196.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 189 | 0.21 | 0 | 0.11 | 0.16 | 148 | 0.35 | 0.75 |
| Hex | A8 | D5 | BD | 15 | 0 | B | 10 | 94 | 23 | 4B |
| Octal | 250 | 325 | 275 | 25 | 0 | 13 | 20 | 224 | 43 | 113 |
| Binary | 10101000 | 11010101 | 10111101 | 10101 | 0 | 1011 | 10000 | 10010100 | 100011 | 1001011 |
Color Harmonies of #A8D5BD
Complementary color
Monochromatic Colors of #A8D5BD
Black with #A8D5BD
Text Example
Text Example
White with #A8D5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D5BD; }
p { color: rgb(168,213,189); }
H1.HeaderClassName
{
color: #A8D5BD;
}
.AnyTagClassName
{
color: #A8D5BD;
}
</style>
background-color css
<style>
a { background-color: #A8D5BD; }
a { background-color: rgb(168,213,189); }
div.DivClassName
{
background-color: #A8D5BD;
}
.BgClassName
{
background-color: #A8D5BD;
}
</style>
border-color css
<style>
span { border-color: #A8D5BD; }
span { border-color: rgb(168,213,189); }
td.TdClassName
{
border-color: #A8D5BD;
}
.TagClassName
{
border-color: #A8D5BD;
}
</style>