Shades of Vista Blue #A7DDBC
Tints of Vista Blue #A7DDBC
RGB
CMYK
RGB Variations
Color information
#A7DDBC (or 0xA7DDBC) is known color: Vista Blue. HEX triplet: A7, DD and BC. RGB value is (167,221,188). Sum of RGB (Red+Green+Blue) = 167+221+188=576 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.99% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #A7DDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DDBC is #582243. Grayscale: #C9C9C9. Windows color (decimal): -5775940 or 12377511. OLE color: 12377511.
HSL color Cylindrical-coordinate representation of color #A7DDBC: hue angle of 143.33º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7DDBC is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 221 | 188 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.13 |
| HSL | 143.33º | 0.44% | 0.76% | - |
| HSV(B) | 143.33º | 0.24% | 0.87% | - |
| XYZ | 50.87 | 63.56 | 57.16 | - |
| YUV | 201.09 | 120.61 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 221 | 188 | 0.24 | 0 | 0.15 | 0.13 | 143.33 | 0.44 | 0.76 |
| Hex | A7 | DD | BC | 18 | 0 | F | D | 8F | 2C | 4C |
| Octal | 247 | 335 | 274 | 30 | 0 | 17 | 15 | 217 | 54 | 114 |
| Binary | 10100111 | 11011101 | 10111100 | 11000 | 0 | 1111 | 1101 | 10001111 | 101100 | 1001100 |
Color Harmonies of #A7DDBC
Complementary color
Monochromatic Colors of #A7DDBC
Black with #A7DDBC
Text Example
Text Example
White with #A7DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DDBC; }
p { color: rgb(167,221,188); }
H1.HeaderClassName
{
color: #A7DDBC;
}
.AnyTagClassName
{
color: #A7DDBC;
}
</style>
background-color css
<style>
a { background-color: #A7DDBC; }
a { background-color: rgb(167,221,188); }
div.DivClassName
{
background-color: #A7DDBC;
}
.BgClassName
{
background-color: #A7DDBC;
}
</style>
border-color css
<style>
span { border-color: #A7DDBC; }
span { border-color: rgb(167,221,188); }
td.TdClassName
{
border-color: #A7DDBC;
}
.TagClassName
{
border-color: #A7DDBC;
}
</style>