Shades of Vista Blue #A8D3BD
Tints of Vista Blue #A8D3BD
RGB
CMYK
RGB Variations
Color information
#A8D3BD (or 0xA8D3BD) is known color: Vista Blue. HEX triplet: A8, D3 and BD. RGB value is (168,211,189). Sum of RGB (Red+Green+Blue) = 168+211+189=568 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.58% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D3BD is #572C42. Grayscale: #C3C3C3. Windows color (decimal): -5712963 or 12440488. OLE color: 12440488.
HSL color Cylindrical-coordinate representation of color #A8D3BD: hue angle of 149.3º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8D3BD is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 211 | 189 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.17 |
| HSL | 149.3º | 0.33% | 0.74% | - |
| HSV(B) | 149.3º | 0.2% | 0.83% | - |
| XYZ | 48.63 | 58.59 | 56.89 | - |
| YUV | 195.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 189 | 0.20 | 0 | 0.10 | 0.17 | 149.3 | 0.33 | 0.74 |
| Hex | A8 | D3 | BD | 14 | 0 | A | 11 | 95 | 21 | 4A |
| Octal | 250 | 323 | 275 | 24 | 0 | 12 | 21 | 225 | 41 | 112 |
| Binary | 10101000 | 11010011 | 10111101 | 10100 | 0 | 1010 | 10001 | 10010101 | 100001 | 1001010 |
Color Harmonies of #A8D3BD
Complementary color
Monochromatic Colors of #A8D3BD
Black with #A8D3BD
Text Example
Text Example
White with #A8D3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D3BD; }
p { color: rgb(168,211,189); }
H1.HeaderClassName
{
color: #A8D3BD;
}
.AnyTagClassName
{
color: #A8D3BD;
}
</style>
background-color css
<style>
a { background-color: #A8D3BD; }
a { background-color: rgb(168,211,189); }
div.DivClassName
{
background-color: #A8D3BD;
}
.BgClassName
{
background-color: #A8D3BD;
}
</style>
border-color css
<style>
span { border-color: #A8D3BD; }
span { border-color: rgb(168,211,189); }
td.TdClassName
{
border-color: #A8D3BD;
}
.TagClassName
{
border-color: #A8D3BD;
}
</style>