Shades of Vista Blue #A8D4BF
Tints of Vista Blue #A8D4BF
RGB
CMYK
RGB Variations
Color information
#A8D4BF (or 0xA8D4BF) is known color: Vista Blue. HEX triplet: A8, D4 and BF. RGB value is (168,212,191). Sum of RGB (Red+Green+Blue) = 168+212+191=571 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.42% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D4BF is #572B40. Grayscale: #C4C4C4. Windows color (decimal): -5712705 or 12571816. OLE color: 12571816.
HSL color Cylindrical-coordinate representation of color #A8D4BF: hue angle of 151.36º 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 #A8D4BF is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 212 | 191 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.17 |
| HSL | 151.36º | 0.34% | 0.75% | - |
| HSV(B) | 151.36º | 0.21% | 0.83% | - |
| XYZ | 49.1 | 59.17 | 58.12 | - |
| YUV | 196.45 | 124.92 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 212 | 191 | 0.21 | 0 | 0.10 | 0.17 | 151.36 | 0.34 | 0.75 |
| Hex | A8 | D4 | BF | 15 | 0 | A | 11 | 97 | 22 | 4B |
| Octal | 250 | 324 | 277 | 25 | 0 | 12 | 21 | 227 | 42 | 113 |
| Binary | 10101000 | 11010100 | 10111111 | 10101 | 0 | 1010 | 10001 | 10010111 | 100010 | 1001011 |
Color Harmonies of #A8D4BF
Complementary color
Monochromatic Colors of #A8D4BF
Black with #A8D4BF
Text Example
Text Example
White with #A8D4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D4BF; }
p { color: rgb(168,212,191); }
H1.HeaderClassName
{
color: #A8D4BF;
}
.AnyTagClassName
{
color: #A8D4BF;
}
</style>
background-color css
<style>
a { background-color: #A8D4BF; }
a { background-color: rgb(168,212,191); }
div.DivClassName
{
background-color: #A8D4BF;
}
.BgClassName
{
background-color: #A8D4BF;
}
</style>
border-color css
<style>
span { border-color: #A8D4BF; }
span { border-color: rgb(168,212,191); }
td.TdClassName
{
border-color: #A8D4BF;
}
.TagClassName
{
border-color: #A8D4BF;
}
</style>