Shades of Vista Blue #8DCEAA
Tints of Vista Blue #8DCEAA
RGB
CMYK
RGB Variations
Color information
#8DCEAA (or 0x8DCEAA) is known color: Vista Blue. HEX triplet: 8D, CE and AA. RGB value is (141,206,170). Sum of RGB (Red+Green+Blue) = 141+206+170=517 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.27% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCEAA is #723155. Grayscale: #B6B6B6. Windows color (decimal): -7483734 or 11193997. OLE color: 11193997.
HSL color Cylindrical-coordinate representation of color #8DCEAA: hue angle of 146.77º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCEAA is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 170 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.19 |
| HSL | 146.77º | 0.4% | 0.68% | - |
| HSV(B) | 146.77º | 0.32% | 0.81% | - |
| XYZ | 40.31 | 52.71 | 46.08 | - |
| YUV | 182.46 | 120.97 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 170 | 0.32 | 0 | 0.17 | 0.19 | 146.77 | 0.4 | 0.68 |
| Hex | 8D | CE | AA | 20 | 0 | 11 | 13 | 93 | 28 | 44 |
| Octal | 215 | 316 | 252 | 40 | 0 | 21 | 23 | 223 | 50 | 104 |
| Binary | 10001101 | 11001110 | 10101010 | 100000 | 0 | 10001 | 10011 | 10010011 | 101000 | 1000100 |
Color Harmonies of #8DCEAA
Complementary color
Monochromatic Colors of #8DCEAA
Black with #8DCEAA
Text Example
Text Example
White with #8DCEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCEAA; }
p { color: rgb(141,206,170); }
H1.HeaderClassName
{
color: #8DCEAA;
}
.AnyTagClassName
{
color: #8DCEAA;
}
</style>
background-color css
<style>
a { background-color: #8DCEAA; }
a { background-color: rgb(141,206,170); }
div.DivClassName
{
background-color: #8DCEAA;
}
.BgClassName
{
background-color: #8DCEAA;
}
</style>
border-color css
<style>
span { border-color: #8DCEAA; }
span { border-color: rgb(141,206,170); }
td.TdClassName
{
border-color: #8DCEAA;
}
.TagClassName
{
border-color: #8DCEAA;
}
</style>