Shades of Vista Blue #A6D2BB
Tints of Vista Blue #A6D2BB
RGB
CMYK
RGB Variations
Color information
#A6D2BB (or 0xA6D2BB) is known color: Vista Blue. HEX triplet: A6, D2 and BB. RGB value is (166,210,187). Sum of RGB (Red+Green+Blue) = 166+210+187=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D2BB is #592D44. Grayscale: #C2C2C2. Windows color (decimal): -5844293 or 12309158. OLE color: 12309158.
HSL color Cylindrical-coordinate representation of color #A6D2BB: hue angle of 148.64º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6D2BB is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 210 | 187 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.18 |
| HSL | 148.64º | 0.33% | 0.74% | - |
| HSV(B) | 148.64º | 0.21% | 0.82% | - |
| XYZ | 47.74 | 57.79 | 55.65 | - |
| YUV | 194.22 | 123.92 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 210 | 187 | 0.21 | 0 | 0.11 | 0.18 | 148.64 | 0.33 | 0.74 |
| Hex | A6 | D2 | BB | 15 | 0 | B | 12 | 95 | 21 | 4A |
| Octal | 246 | 322 | 273 | 25 | 0 | 13 | 22 | 225 | 41 | 112 |
| Binary | 10100110 | 11010010 | 10111011 | 10101 | 0 | 1011 | 10010 | 10010101 | 100001 | 1001010 |
Color Harmonies of #A6D2BB
Complementary color
Monochromatic Colors of #A6D2BB
Black with #A6D2BB
Text Example
Text Example
White with #A6D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D2BB; }
p { color: rgb(166,210,187); }
H1.HeaderClassName
{
color: #A6D2BB;
}
.AnyTagClassName
{
color: #A6D2BB;
}
</style>
background-color css
<style>
a { background-color: #A6D2BB; }
a { background-color: rgb(166,210,187); }
div.DivClassName
{
background-color: #A6D2BB;
}
.BgClassName
{
background-color: #A6D2BB;
}
</style>
border-color css
<style>
span { border-color: #A6D2BB; }
span { border-color: rgb(166,210,187); }
td.TdClassName
{
border-color: #A6D2BB;
}
.TagClassName
{
border-color: #A6D2BB;
}
</style>