Shades of Vista Blue #A7DEBE
Tints of Vista Blue #A7DEBE
RGB
CMYK
RGB Variations
Color information
#A7DEBE (or 0xA7DEBE) is known color: Vista Blue. HEX triplet: A7, DE and BE. RGB value is (167,222,190). Sum of RGB (Red+Green+Blue) = 167+222+190=579 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.84% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #A7DEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DEBE is #582141. Grayscale: #C9C9C9. Windows color (decimal): -5775682 or 12508839. OLE color: 12508839.
HSL color Cylindrical-coordinate representation of color #A7DEBE: hue angle of 145.09º 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 #A7DEBE is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 222 | 190 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.13 |
| HSL | 145.09º | 0.45% | 0.76% | - |
| HSV(B) | 145.09º | 0.25% | 0.87% | - |
| XYZ | 51.35 | 64.18 | 58.4 | - |
| YUV | 201.91 | 121.28 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 222 | 190 | 0.25 | 0 | 0.14 | 0.13 | 145.09 | 0.45 | 0.76 |
| Hex | A7 | DE | BE | 19 | 0 | E | D | 91 | 2D | 4C |
| Octal | 247 | 336 | 276 | 31 | 0 | 16 | 15 | 221 | 55 | 114 |
| Binary | 10100111 | 11011110 | 10111110 | 11001 | 0 | 1110 | 1101 | 10010001 | 101101 | 1001100 |
Color Harmonies of #A7DEBE
Complementary color
Monochromatic Colors of #A7DEBE
Black with #A7DEBE
Text Example
Text Example
White with #A7DEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DEBE; }
p { color: rgb(167,222,190); }
H1.HeaderClassName
{
color: #A7DEBE;
}
.AnyTagClassName
{
color: #A7DEBE;
}
</style>
background-color css
<style>
a { background-color: #A7DEBE; }
a { background-color: rgb(167,222,190); }
div.DivClassName
{
background-color: #A7DEBE;
}
.BgClassName
{
background-color: #A7DEBE;
}
</style>
border-color css
<style>
span { border-color: #A7DEBE; }
span { border-color: rgb(167,222,190); }
td.TdClassName
{
border-color: #A7DEBE;
}
.TagClassName
{
border-color: #A7DEBE;
}
</style>