Shades of Vista Blue #A6DDBF
Tints of Vista Blue #A6DDBF
RGB
CMYK
RGB Variations
Color information
#A6DDBF (or 0xA6DDBF) is known color: Vista Blue. HEX triplet: A6, DD and BF. RGB value is (166,221,191). Sum of RGB (Red+Green+Blue) = 166+221+191=578 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.72% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDBF is #592240. Grayscale: #C9C9C9. Windows color (decimal): -5841473 or 12574118. OLE color: 12574118.
HSL color Cylindrical-coordinate representation of color #A6DDBF: hue angle of 147.27º 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 #A6DDBF is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 191 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.13 |
| HSL | 147.27º | 0.45% | 0.76% | - |
| HSV(B) | 147.27º | 0.25% | 0.87% | - |
| XYZ | 50.99 | 63.58 | 58.88 | - |
| YUV | 201.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 191 | 0.25 | 0 | 0.14 | 0.13 | 147.27 | 0.45 | 0.76 |
| Hex | A6 | DD | BF | 19 | 0 | E | D | 93 | 2D | 4C |
| Octal | 246 | 335 | 277 | 31 | 0 | 16 | 15 | 223 | 55 | 114 |
| Binary | 10100110 | 11011101 | 10111111 | 11001 | 0 | 1110 | 1101 | 10010011 | 101101 | 1001100 |
Color Harmonies of #A6DDBF
Complementary color
Monochromatic Colors of #A6DDBF
Black with #A6DDBF
Text Example
Text Example
White with #A6DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DDBF; }
p { color: rgb(166,221,191); }
H1.HeaderClassName
{
color: #A6DDBF;
}
.AnyTagClassName
{
color: #A6DDBF;
}
</style>
background-color css
<style>
a { background-color: #A6DDBF; }
a { background-color: rgb(166,221,191); }
div.DivClassName
{
background-color: #A6DDBF;
}
.BgClassName
{
background-color: #A6DDBF;
}
</style>
border-color css
<style>
span { border-color: #A6DDBF; }
span { border-color: rgb(166,221,191); }
td.TdClassName
{
border-color: #A6DDBF;
}
.TagClassName
{
border-color: #A6DDBF;
}
</style>