Shades of Vista Blue #A6DBBE
Tints of Vista Blue #A6DBBE
RGB
CMYK
RGB Variations
Color information
#A6DBBE (or 0xA6DBBE) is known color: Vista Blue. HEX triplet: A6, DB and BE. RGB value is (166,219,190). Sum of RGB (Red+Green+Blue) = 166+219+190=575 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.87% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DBBE is #592441. Grayscale: #C7C7C7. Windows color (decimal): -5841986 or 12508070. OLE color: 12508070.
HSL color Cylindrical-coordinate representation of color #A6DBBE: hue angle of 147.17º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6DBBE is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 190 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.14 |
| HSL | 147.17º | 0.42% | 0.75% | - |
| HSV(B) | 147.17º | 0.24% | 0.86% | - |
| XYZ | 50.35 | 62.49 | 58.12 | - |
| YUV | 199.85 | 122.44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 190 | 0.24 | 0 | 0.13 | 0.14 | 147.17 | 0.42 | 0.75 |
| Hex | A6 | DB | BE | 18 | 0 | D | E | 93 | 2A | 4B |
| Octal | 246 | 333 | 276 | 30 | 0 | 15 | 16 | 223 | 52 | 113 |
| Binary | 10100110 | 11011011 | 10111110 | 11000 | 0 | 1101 | 1110 | 10010011 | 101010 | 1001011 |
Color Harmonies of #A6DBBE
Complementary color
Monochromatic Colors of #A6DBBE
Black with #A6DBBE
Text Example
Text Example
White with #A6DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBBE; }
p { color: rgb(166,219,190); }
H1.HeaderClassName
{
color: #A6DBBE;
}
.AnyTagClassName
{
color: #A6DBBE;
}
</style>
background-color css
<style>
a { background-color: #A6DBBE; }
a { background-color: rgb(166,219,190); }
div.DivClassName
{
background-color: #A6DBBE;
}
.BgClassName
{
background-color: #A6DBBE;
}
</style>
border-color css
<style>
span { border-color: #A6DBBE; }
span { border-color: rgb(166,219,190); }
td.TdClassName
{
border-color: #A6DBBE;
}
.TagClassName
{
border-color: #A6DBBE;
}
</style>