Shades of Vista Blue #A8D6BC
Tints of Vista Blue #A8D6BC
RGB
CMYK
RGB Variations
Color information
#A8D6BC (or 0xA8D6BC) is known color: Vista Blue. HEX triplet: A8, D6 and BC. RGB value is (168,214,188). Sum of RGB (Red+Green+Blue) = 168+214+188=570 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.47% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D6BC is #572943. Grayscale: #C5C5C5. Windows color (decimal): -5712196 or 12375720. OLE color: 12375720.
HSL color Cylindrical-coordinate representation of color #A8D6BC: hue angle of 146.09º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D6BC is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 188 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.16 |
| HSL | 146.09º | 0.36% | 0.75% | - |
| HSV(B) | 146.09º | 0.21% | 0.84% | - |
| XYZ | 49.27 | 60.05 | 56.57 | - |
| YUV | 197.28 | 122.76 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 188 | 0.21 | 0 | 0.12 | 0.16 | 146.09 | 0.36 | 0.75 |
| Hex | A8 | D6 | BC | 15 | 0 | C | 10 | 92 | 24 | 4B |
| Octal | 250 | 326 | 274 | 25 | 0 | 14 | 20 | 222 | 44 | 113 |
| Binary | 10101000 | 11010110 | 10111100 | 10101 | 0 | 1100 | 10000 | 10010010 | 100100 | 1001011 |
Color Harmonies of #A8D6BC
Complementary color
Monochromatic Colors of #A8D6BC
Black with #A8D6BC
Text Example
Text Example
White with #A8D6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D6BC; }
p { color: rgb(168,214,188); }
H1.HeaderClassName
{
color: #A8D6BC;
}
.AnyTagClassName
{
color: #A8D6BC;
}
</style>
background-color css
<style>
a { background-color: #A8D6BC; }
a { background-color: rgb(168,214,188); }
div.DivClassName
{
background-color: #A8D6BC;
}
.BgClassName
{
background-color: #A8D6BC;
}
</style>
border-color css
<style>
span { border-color: #A8D6BC; }
span { border-color: rgb(168,214,188); }
td.TdClassName
{
border-color: #A8D6BC;
}
.TagClassName
{
border-color: #A8D6BC;
}
</style>