Shades of Vista Blue #A6DEBF
Tints of Vista Blue #A6DEBF
RGB
CMYK
RGB Variations
Color information
#A6DEBF (or 0xA6DEBF) is known color: Vista Blue. HEX triplet: A6, DE and BF. RGB value is (166,222,191). Sum of RGB (Red+Green+Blue) = 166+222+191=579 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.67% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DEBF is #592140. Grayscale: #C9C9C9. Windows color (decimal): -5841217 or 12574374. OLE color: 12574374.
HSL color Cylindrical-coordinate representation of color #A6DEBF: hue angle of 146.79º degrees, saturation: 0.46, 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 #A6DEBF is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 222 | 191 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.13 |
| HSL | 146.79º | 0.46% | 0.76% | - |
| HSV(B) | 146.79º | 0.25% | 0.87% | - |
| XYZ | 51.25 | 64.11 | 58.96 | - |
| YUV | 201.72 | 121.95 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 222 | 191 | 0.25 | 0 | 0.14 | 0.13 | 146.79 | 0.46 | 0.76 |
| Hex | A6 | DE | BF | 19 | 0 | E | D | 93 | 2E | 4C |
| Octal | 246 | 336 | 277 | 31 | 0 | 16 | 15 | 223 | 56 | 114 |
| Binary | 10100110 | 11011110 | 10111111 | 11001 | 0 | 1110 | 1101 | 10010011 | 101110 | 1001100 |
Color Harmonies of #A6DEBF
Complementary color
Monochromatic Colors of #A6DEBF
Black with #A6DEBF
Text Example
Text Example
White with #A6DEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DEBF; }
p { color: rgb(166,222,191); }
H1.HeaderClassName
{
color: #A6DEBF;
}
.AnyTagClassName
{
color: #A6DEBF;
}
</style>
background-color css
<style>
a { background-color: #A6DEBF; }
a { background-color: rgb(166,222,191); }
div.DivClassName
{
background-color: #A6DEBF;
}
.BgClassName
{
background-color: #A6DEBF;
}
</style>
border-color css
<style>
span { border-color: #A6DEBF; }
span { border-color: rgb(166,222,191); }
td.TdClassName
{
border-color: #A6DEBF;
}
.TagClassName
{
border-color: #A6DEBF;
}
</style>