Shades of Vista Blue #A6D5B8
Tints of Vista Blue #A6D5B8
RGB
CMYK
RGB Variations
Color information
#A6D5B8 (or 0xA6D5B8) is known color: Vista Blue. HEX triplet: A6, D5 and B8. RGB value is (166,213,184). Sum of RGB (Red+Green+Blue) = 166+213+184=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D5B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D5B8 is #592A47. Grayscale: #C3C3C3. Windows color (decimal): -5843528 or 12113318. OLE color: 12113318.
HSL color Cylindrical-coordinate representation of color #A6D5B8: hue angle of 142.98º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D5B8 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 213 | 184 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.16 |
| HSL | 142.98º | 0.36% | 0.74% | - |
| HSV(B) | 142.98º | 0.22% | 0.84% | - |
| XYZ | 48.17 | 59.16 | 54.23 | - |
| YUV | 195.64 | 121.43 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 213 | 184 | 0.22 | 0 | 0.14 | 0.16 | 142.98 | 0.36 | 0.74 |
| Hex | A6 | D5 | B8 | 16 | 0 | E | 10 | 8F | 24 | 4A |
| Octal | 246 | 325 | 270 | 26 | 0 | 16 | 20 | 217 | 44 | 112 |
| Binary | 10100110 | 11010101 | 10111000 | 10110 | 0 | 1110 | 10000 | 10001111 | 100100 | 1001010 |
Color Harmonies of #A6D5B8
Complementary color
Monochromatic Colors of #A6D5B8
Black with #A6D5B8
Text Example
Text Example
White with #A6D5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D5B8; }
p { color: rgb(166,213,184); }
H1.HeaderClassName
{
color: #A6D5B8;
}
.AnyTagClassName
{
color: #A6D5B8;
}
</style>
background-color css
<style>
a { background-color: #A6D5B8; }
a { background-color: rgb(166,213,184); }
div.DivClassName
{
background-color: #A6D5B8;
}
.BgClassName
{
background-color: #A6D5B8;
}
</style>
border-color css
<style>
span { border-color: #A6D5B8; }
span { border-color: rgb(166,213,184); }
td.TdClassName
{
border-color: #A6D5B8;
}
.TagClassName
{
border-color: #A6D5B8;
}
</style>