Shades of Vista Blue #A8D6C1
Tints of Vista Blue #A8D6C1
RGB
CMYK
RGB Variations
Color information
#A8D6C1 (or 0xA8D6C1) is known color: Vista Blue. HEX triplet: A8, D6 and C1. RGB value is (168,214,193). Sum of RGB (Red+Green+Blue) = 168+214+193=575 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.22% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D6C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D6C1 is #57293E. Grayscale: #C5C5C5. Windows color (decimal): -5712191 or 12703400. OLE color: 12703400.
HSL color Cylindrical-coordinate representation of color #A8D6C1: hue angle of 152.61º 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 #A8D6C1 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 193 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.16 |
| HSL | 152.61º | 0.36% | 0.75% | - |
| HSV(B) | 152.61º | 0.21% | 0.84% | - |
| XYZ | 49.82 | 60.27 | 59.46 | - |
| YUV | 197.85 | 125.26 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 193 | 0.21 | 0 | 0.10 | 0.16 | 152.61 | 0.36 | 0.75 |
| Hex | A8 | D6 | C1 | 15 | 0 | A | 10 | 99 | 24 | 4B |
| Octal | 250 | 326 | 301 | 25 | 0 | 12 | 20 | 231 | 44 | 113 |
| Binary | 10101000 | 11010110 | 11000001 | 10101 | 0 | 1010 | 10000 | 10011001 | 100100 | 1001011 |
Color Harmonies of #A8D6C1
Complementary color
Monochromatic Colors of #A8D6C1
Black with #A8D6C1
Text Example
Text Example
White with #A8D6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D6C1; }
p { color: rgb(168,214,193); }
H1.HeaderClassName
{
color: #A8D6C1;
}
.AnyTagClassName
{
color: #A8D6C1;
}
</style>
background-color css
<style>
a { background-color: #A8D6C1; }
a { background-color: rgb(168,214,193); }
div.DivClassName
{
background-color: #A8D6C1;
}
.BgClassName
{
background-color: #A8D6C1;
}
</style>
border-color css
<style>
span { border-color: #A8D6C1; }
span { border-color: rgb(168,214,193); }
td.TdClassName
{
border-color: #A8D6C1;
}
.TagClassName
{
border-color: #A8D6C1;
}
</style>