Shades of Vista Blue #A8D4BD
Tints of Vista Blue #A8D4BD
RGB
CMYK
RGB Variations
Color information
#A8D4BD (or 0xA8D4BD) is known color: Vista Blue. HEX triplet: A8, D4 and BD. RGB value is (168,212,189). Sum of RGB (Red+Green+Blue) = 168+212+189=569 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.53% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D4BD is #572B42. Grayscale: #C4C4C4. Windows color (decimal): -5712707 or 12440744. OLE color: 12440744.
HSL color Cylindrical-coordinate representation of color #A8D4BD: hue angle of 148.64º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D4BD is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 212 | 189 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.17 |
| HSL | 148.64º | 0.34% | 0.75% | - |
| HSV(B) | 148.64º | 0.21% | 0.83% | - |
| XYZ | 48.88 | 59.09 | 56.97 | - |
| YUV | 196.22 | 123.92 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 212 | 189 | 0.21 | 0 | 0.11 | 0.17 | 148.64 | 0.34 | 0.75 |
| Hex | A8 | D4 | BD | 15 | 0 | B | 11 | 95 | 22 | 4B |
| Octal | 250 | 324 | 275 | 25 | 0 | 13 | 21 | 225 | 42 | 113 |
| Binary | 10101000 | 11010100 | 10111101 | 10101 | 0 | 1011 | 10001 | 10010101 | 100010 | 1001011 |
Color Harmonies of #A8D4BD
Complementary color
Monochromatic Colors of #A8D4BD
Black with #A8D4BD
Text Example
Text Example
White with #A8D4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D4BD; }
p { color: rgb(168,212,189); }
H1.HeaderClassName
{
color: #A8D4BD;
}
.AnyTagClassName
{
color: #A8D4BD;
}
</style>
background-color css
<style>
a { background-color: #A8D4BD; }
a { background-color: rgb(168,212,189); }
div.DivClassName
{
background-color: #A8D4BD;
}
.BgClassName
{
background-color: #A8D4BD;
}
</style>
border-color css
<style>
span { border-color: #A8D4BD; }
span { border-color: rgb(168,212,189); }
td.TdClassName
{
border-color: #A8D4BD;
}
.TagClassName
{
border-color: #A8D4BD;
}
</style>