Shades of Vista Blue #A7CEB8
Tints of Vista Blue #A7CEB8
RGB
CMYK
RGB Variations
Color information
#A7CEB8 (or 0xA7CEB8) is known color: Vista Blue. HEX triplet: A7, CE and B8. RGB value is (167,206,184). Sum of RGB (Red+Green+Blue) = 167+206+184=557 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.98% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CEB8 is #583147. Grayscale: #BFBFBF. Windows color (decimal): -5779784 or 12111527. OLE color: 12111527.
HSL color Cylindrical-coordinate representation of color #A7CEB8: hue angle of 146.15º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7CEB8 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 206 | 184 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.19 |
| HSL | 146.15º | 0.28% | 0.73% | - |
| HSV(B) | 146.15º | 0.19% | 0.81% | - |
| XYZ | 46.66 | 55.82 | 53.66 | - |
| YUV | 191.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 206 | 184 | 0.19 | 0 | 0.11 | 0.19 | 146.15 | 0.28 | 0.73 |
| Hex | A7 | CE | B8 | 13 | 0 | B | 13 | 92 | 1C | 49 |
| Octal | 247 | 316 | 270 | 23 | 0 | 13 | 23 | 222 | 34 | 111 |
| Binary | 10100111 | 11001110 | 10111000 | 10011 | 0 | 1011 | 10011 | 10010010 | 11100 | 1001001 |
Color Harmonies of #A7CEB8
Complementary color
Monochromatic Colors of #A7CEB8
Black with #A7CEB8
Text Example
Text Example
White with #A7CEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CEB8; }
p { color: rgb(167,206,184); }
H1.HeaderClassName
{
color: #A7CEB8;
}
.AnyTagClassName
{
color: #A7CEB8;
}
</style>
background-color css
<style>
a { background-color: #A7CEB8; }
a { background-color: rgb(167,206,184); }
div.DivClassName
{
background-color: #A7CEB8;
}
.BgClassName
{
background-color: #A7CEB8;
}
</style>
border-color css
<style>
span { border-color: #A7CEB8; }
span { border-color: rgb(167,206,184); }
td.TdClassName
{
border-color: #A7CEB8;
}
.TagClassName
{
border-color: #A7CEB8;
}
</style>