Shades of Vista Blue #A6DDC1
Tints of Vista Blue #A6DDC1
RGB
CMYK
RGB Variations
Color information
#A6DDC1 (or 0xA6DDC1) is known color: Vista Blue. HEX triplet: A6, DD and C1. RGB value is (166,221,193). Sum of RGB (Red+Green+Blue) = 166+221+193=580 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.62% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDC1 is #59223E. Grayscale: #C9C9C9. Windows color (decimal): -5841471 or 12705190. OLE color: 12705190.
HSL color Cylindrical-coordinate representation of color #A6DDC1: hue angle of 149.45º 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 #A6DDC1 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 193 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.13 |
| HSL | 149.45º | 0.45% | 0.76% | - |
| HSV(B) | 149.45º | 0.25% | 0.87% | - |
| XYZ | 51.21 | 63.67 | 60.04 | - |
| YUV | 201.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 193 | 0.25 | 0 | 0.13 | 0.13 | 149.45 | 0.45 | 0.76 |
| Hex | A6 | DD | C1 | 19 | 0 | D | D | 95 | 2D | 4C |
| Octal | 246 | 335 | 301 | 31 | 0 | 15 | 15 | 225 | 55 | 114 |
| Binary | 10100110 | 11011101 | 11000001 | 11001 | 0 | 1101 | 1101 | 10010101 | 101101 | 1001100 |
Color Harmonies of #A6DDC1
Complementary color
Monochromatic Colors of #A6DDC1
Black with #A6DDC1
Text Example
Text Example
White with #A6DDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DDC1; }
p { color: rgb(166,221,193); }
H1.HeaderClassName
{
color: #A6DDC1;
}
.AnyTagClassName
{
color: #A6DDC1;
}
</style>
background-color css
<style>
a { background-color: #A6DDC1; }
a { background-color: rgb(166,221,193); }
div.DivClassName
{
background-color: #A6DDC1;
}
.BgClassName
{
background-color: #A6DDC1;
}
</style>
border-color css
<style>
span { border-color: #A6DDC1; }
span { border-color: rgb(166,221,193); }
td.TdClassName
{
border-color: #A6DDC1;
}
.TagClassName
{
border-color: #A6DDC1;
}
</style>