Shades of Vista Blue #A8D2BC
Tints of Vista Blue #A8D2BC
RGB
CMYK
RGB Variations
Color information
#A8D2BC (or 0xA8D2BC) is known color: Vista Blue. HEX triplet: A8, D2 and BC. RGB value is (168,210,188). Sum of RGB (Red+Green+Blue) = 168+210+188=566 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.68% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D2BC is #572D43. Grayscale: #C2C2C2. Windows color (decimal): -5713220 or 12374696. OLE color: 12374696.
HSL color Cylindrical-coordinate representation of color #A8D2BC: hue angle of 148.57º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8D2BC is Cyan = 0.2, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 188 | - |
| CMYK | 0.2 | 0 | 0.10 | 0.18 |
| HSL | 148.57º | 0.32% | 0.74% | - |
| HSV(B) | 148.57º | 0.2% | 0.82% | - |
| XYZ | 48.27 | 58.05 | 56.24 | - |
| YUV | 194.93 | 124.09 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 188 | 0.2 | 0 | 0.10 | 0.18 | 148.57 | 0.32 | 0.74 |
| Hex | A8 | D2 | BC | 14 | 0 | A | 12 | 95 | 20 | 4A |
| Octal | 250 | 322 | 274 | 24 | 0 | 12 | 22 | 225 | 40 | 112 |
| Binary | 10101000 | 11010010 | 10111100 | 10100 | 0 | 1010 | 10010 | 10010101 | 100000 | 1001010 |
Color Harmonies of #A8D2BC
Complementary color
Monochromatic Colors of #A8D2BC
Black with #A8D2BC
Text Example
Text Example
White with #A8D2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D2BC; }
p { color: rgb(168,210,188); }
H1.HeaderClassName
{
color: #A8D2BC;
}
.AnyTagClassName
{
color: #A8D2BC;
}
</style>
background-color css
<style>
a { background-color: #A8D2BC; }
a { background-color: rgb(168,210,188); }
div.DivClassName
{
background-color: #A8D2BC;
}
.BgClassName
{
background-color: #A8D2BC;
}
</style>
border-color css
<style>
span { border-color: #A8D2BC; }
span { border-color: rgb(168,210,188); }
td.TdClassName
{
border-color: #A8D2BC;
}
.TagClassName
{
border-color: #A8D2BC;
}
</style>