Shades of Vista Blue #A6DDBE
Tints of Vista Blue #A6DDBE
RGB
CMYK
RGB Variations
Color information
#A6DDBE (or 0xA6DDBE) is known color: Vista Blue. HEX triplet: A6, DD and BE. RGB value is (166,221,190). Sum of RGB (Red+Green+Blue) = 166+221+190=577 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.77% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDBE is #592241. Grayscale: #C9C9C9. Windows color (decimal): -5841474 or 12508582. OLE color: 12508582.
HSL color Cylindrical-coordinate representation of color #A6DDBE: hue angle of 146.18º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DDBE is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 190 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.13 |
| HSL | 146.18º | 0.45% | 0.76% | - |
| HSV(B) | 146.18º | 0.25% | 0.87% | - |
| XYZ | 50.88 | 63.54 | 58.3 | - |
| YUV | 201.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 190 | 0.25 | 0 | 0.14 | 0.13 | 146.18 | 0.45 | 0.76 |
| Hex | A6 | DD | BE | 19 | 0 | E | D | 92 | 2D | 4C |
| Octal | 246 | 335 | 276 | 31 | 0 | 16 | 15 | 222 | 55 | 114 |
| Binary | 10100110 | 11011101 | 10111110 | 11001 | 0 | 1110 | 1101 | 10010010 | 101101 | 1001100 |
Color Harmonies of #A6DDBE
Complementary color
Monochromatic Colors of #A6DDBE
Black with #A6DDBE
Text Example
Text Example
White with #A6DDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DDBE; }
p { color: rgb(166,221,190); }
H1.HeaderClassName
{
color: #A6DDBE;
}
.AnyTagClassName
{
color: #A6DDBE;
}
</style>
background-color css
<style>
a { background-color: #A6DDBE; }
a { background-color: rgb(166,221,190); }
div.DivClassName
{
background-color: #A6DDBE;
}
.BgClassName
{
background-color: #A6DDBE;
}
</style>
border-color css
<style>
span { border-color: #A6DDBE; }
span { border-color: rgb(166,221,190); }
td.TdClassName
{
border-color: #A6DDBE;
}
.TagClassName
{
border-color: #A6DDBE;
}
</style>