Shades of Vista Blue #A8D8BE
Tints of Vista Blue #A8D8BE
RGB
CMYK
RGB Variations
Color information
#A8D8BE (or 0xA8D8BE) is known color: Vista Blue. HEX triplet: A8, D8 and BE. RGB value is (168,216,190). Sum of RGB (Red+Green+Blue) = 168+216+190=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D8BE is #572741. Grayscale: #C6C6C6. Windows color (decimal): -5711682 or 12507304. OLE color: 12507304.
HSL color Cylindrical-coordinate representation of color #A8D8BE: hue angle of 147.5º 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 #A8D8BE is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 190 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.15 |
| HSL | 147.5º | 0.38% | 0.75% | - |
| HSV(B) | 147.5º | 0.22% | 0.85% | - |
| XYZ | 50 | 61.15 | 57.88 | - |
| YUV | 198.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 190 | 0.22 | 0 | 0.12 | 0.15 | 147.5 | 0.38 | 0.75 |
| Hex | A8 | D8 | BE | 16 | 0 | C | F | 94 | 26 | 4B |
| Octal | 250 | 330 | 276 | 26 | 0 | 14 | 17 | 224 | 46 | 113 |
| Binary | 10101000 | 11011000 | 10111110 | 10110 | 0 | 1100 | 1111 | 10010100 | 100110 | 1001011 |
Color Harmonies of #A8D8BE
Complementary color
Monochromatic Colors of #A8D8BE
Black with #A8D8BE
Text Example
Text Example
White with #A8D8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D8BE; }
p { color: rgb(168,216,190); }
H1.HeaderClassName
{
color: #A8D8BE;
}
.AnyTagClassName
{
color: #A8D8BE;
}
</style>
background-color css
<style>
a { background-color: #A8D8BE; }
a { background-color: rgb(168,216,190); }
div.DivClassName
{
background-color: #A8D8BE;
}
.BgClassName
{
background-color: #A8D8BE;
}
</style>
border-color css
<style>
span { border-color: #A8D8BE; }
span { border-color: rgb(168,216,190); }
td.TdClassName
{
border-color: #A8D8BE;
}
.TagClassName
{
border-color: #A8D8BE;
}
</style>