Shades of Vista Blue #A8E1C0
Tints of Vista Blue #A8E1C0
RGB
CMYK
RGB Variations
Color information
#A8E1C0 (or 0xA8E1C0) is known color: Vista Blue. HEX triplet: A8, E1 and C0. RGB value is (168,225,192). Sum of RGB (Red+Green+Blue) = 168+225+192=585 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.72% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E1C0 is #571E3F. Grayscale: #CCCCCC. Windows color (decimal): -5709376 or 12640680. OLE color: 12640680.
HSL color Cylindrical-coordinate representation of color #A8E1C0: hue angle of 145.26º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8E1C0 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 225 | 192 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.12 |
| HSL | 145.26º | 0.49% | 0.77% | - |
| HSV(B) | 145.26º | 0.25% | 0.88% | - |
| XYZ | 52.59 | 65.98 | 59.83 | - |
| YUV | 204.2 | 121.12 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 192 | 0.25 | 0 | 0.15 | 0.12 | 145.26 | 0.49 | 0.77 |
| Hex | A8 | E1 | C0 | 19 | 0 | F | C | 91 | 31 | 4D |
| Octal | 250 | 341 | 300 | 31 | 0 | 17 | 14 | 221 | 61 | 115 |
| Binary | 10101000 | 11100001 | 11000000 | 11001 | 0 | 1111 | 1100 | 10010001 | 110001 | 1001101 |
Color Harmonies of #A8E1C0
Complementary color
Monochromatic Colors of #A8E1C0
Black with #A8E1C0
Text Example
Text Example
White with #A8E1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E1C0; }
p { color: rgb(168,225,192); }
H1.HeaderClassName
{
color: #A8E1C0;
}
.AnyTagClassName
{
color: #A8E1C0;
}
</style>
background-color css
<style>
a { background-color: #A8E1C0; }
a { background-color: rgb(168,225,192); }
div.DivClassName
{
background-color: #A8E1C0;
}
.BgClassName
{
background-color: #A8E1C0;
}
</style>
border-color css
<style>
span { border-color: #A8E1C0; }
span { border-color: rgb(168,225,192); }
td.TdClassName
{
border-color: #A8E1C0;
}
.TagClassName
{
border-color: #A8E1C0;
}
</style>