Shades of Vista Blue #A6DBB8
Tints of Vista Blue #A6DBB8
RGB
CMYK
RGB Variations
Color information
#A6DBB8 (or 0xA6DBB8) is known color: Vista Blue. HEX triplet: A6, DB and B8. RGB value is (166,219,184). Sum of RGB (Red+Green+Blue) = 166+219+184=569 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.17% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 184 (72.27% from 255 or 32.34% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DBB8 is #592447. Grayscale: #C7C7C7. Windows color (decimal): -5841992 or 12114854. OLE color: 12114854.
HSL color Cylindrical-coordinate representation of color #A6DBB8: hue angle of 140.38º 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 #A6DBB8 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 184 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.14 |
| HSL | 140.38º | 0.42% | 0.75% | - |
| HSV(B) | 140.38º | 0.24% | 0.86% | - |
| XYZ | 49.71 | 62.23 | 54.74 | - |
| YUV | 199.16 | 119.44 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 184 | 0.24 | 0 | 0.16 | 0.14 | 140.38 | 0.42 | 0.75 |
| Hex | A6 | DB | B8 | 18 | 0 | 10 | E | 8C | 2A | 4B |
| Octal | 246 | 333 | 270 | 30 | 0 | 20 | 16 | 214 | 52 | 113 |
| Binary | 10100110 | 11011011 | 10111000 | 11000 | 0 | 10000 | 1110 | 10001100 | 101010 | 1001011 |
Color Harmonies of #A6DBB8
Complementary color
Monochromatic Colors of #A6DBB8
Black with #A6DBB8
Text Example
Text Example
White with #A6DBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBB8; }
p { color: rgb(166,219,184); }
H1.HeaderClassName
{
color: #A6DBB8;
}
.AnyTagClassName
{
color: #A6DBB8;
}
</style>
background-color css
<style>
a { background-color: #A6DBB8; }
a { background-color: rgb(166,219,184); }
div.DivClassName
{
background-color: #A6DBB8;
}
.BgClassName
{
background-color: #A6DBB8;
}
</style>
border-color css
<style>
span { border-color: #A6DBB8; }
span { border-color: rgb(166,219,184); }
td.TdClassName
{
border-color: #A6DBB8;
}
.TagClassName
{
border-color: #A6DBB8;
}
</style>