Shades of Vista Blue #A6D8BE
Tints of Vista Blue #A6D8BE
RGB
CMYK
RGB Variations
Color information
#A6D8BE (or 0xA6D8BE) is known color: Vista Blue. HEX triplet: A6, D8 and BE. RGB value is (166,216,190). Sum of RGB (Red+Green+Blue) = 166+216+190=572 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.02% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D8BE is #592741. Grayscale: #C6C6C6. Windows color (decimal): -5842754 or 12507302. OLE color: 12507302.
HSL color Cylindrical-coordinate representation of color #A6D8BE: hue angle of 148.8º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6D8BE is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 216 | 190 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.15 |
| HSL | 148.8º | 0.39% | 0.75% | - |
| HSV(B) | 148.8º | 0.23% | 0.85% | - |
| XYZ | 49.58 | 60.94 | 57.86 | - |
| YUV | 198.09 | 123.44 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 216 | 190 | 0.23 | 0 | 0.12 | 0.15 | 148.8 | 0.39 | 0.75 |
| Hex | A6 | D8 | BE | 17 | 0 | C | F | 95 | 27 | 4B |
| Octal | 246 | 330 | 276 | 27 | 0 | 14 | 17 | 225 | 47 | 113 |
| Binary | 10100110 | 11011000 | 10111110 | 10111 | 0 | 1100 | 1111 | 10010101 | 100111 | 1001011 |
Color Harmonies of #A6D8BE
Complementary color
Monochromatic Colors of #A6D8BE
Black with #A6D8BE
Text Example
Text Example
White with #A6D8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D8BE; }
p { color: rgb(166,216,190); }
H1.HeaderClassName
{
color: #A6D8BE;
}
.AnyTagClassName
{
color: #A6D8BE;
}
</style>
background-color css
<style>
a { background-color: #A6D8BE; }
a { background-color: rgb(166,216,190); }
div.DivClassName
{
background-color: #A6D8BE;
}
.BgClassName
{
background-color: #A6D8BE;
}
</style>
border-color css
<style>
span { border-color: #A6D8BE; }
span { border-color: rgb(166,216,190); }
td.TdClassName
{
border-color: #A6D8BE;
}
.TagClassName
{
border-color: #A6D8BE;
}
</style>