Shades of Vista Blue #A8D8BC
Tints of Vista Blue #A8D8BC
RGB
CMYK
RGB Variations
Color information
#A8D8BC (or 0xA8D8BC) is known color: Vista Blue. HEX triplet: A8, D8 and BC. RGB value is (168,216,188). Sum of RGB (Red+Green+Blue) = 168+216+188=572 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.37% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D8BC is #572743. Grayscale: #C6C6C6. Windows color (decimal): -5711684 or 12376232. OLE color: 12376232.
HSL color Cylindrical-coordinate representation of color #A8D8BC: hue angle of 145º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8D8BC is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 188 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.15 |
| HSL | 145º | 0.38% | 0.75% | - |
| HSV(B) | 145º | 0.22% | 0.85% | - |
| XYZ | 49.78 | 61.07 | 56.74 | - |
| YUV | 198.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 188 | 0.22 | 0 | 0.13 | 0.15 | 145 | 0.38 | 0.75 |
| Hex | A8 | D8 | BC | 16 | 0 | D | F | 91 | 26 | 4B |
| Octal | 250 | 330 | 274 | 26 | 0 | 15 | 17 | 221 | 46 | 113 |
| Binary | 10101000 | 11011000 | 10111100 | 10110 | 0 | 1101 | 1111 | 10010001 | 100110 | 1001011 |
Color Harmonies of #A8D8BC
Complementary color
Monochromatic Colors of #A8D8BC
Black with #A8D8BC
Text Example
Text Example
White with #A8D8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D8BC; }
p { color: rgb(168,216,188); }
H1.HeaderClassName
{
color: #A8D8BC;
}
.AnyTagClassName
{
color: #A8D8BC;
}
</style>
background-color css
<style>
a { background-color: #A8D8BC; }
a { background-color: rgb(168,216,188); }
div.DivClassName
{
background-color: #A8D8BC;
}
.BgClassName
{
background-color: #A8D8BC;
}
</style>
border-color css
<style>
span { border-color: #A8D8BC; }
span { border-color: rgb(168,216,188); }
td.TdClassName
{
border-color: #A8D8BC;
}
.TagClassName
{
border-color: #A8D8BC;
}
</style>