Shades of Vista Blue #8DC8AE
Tints of Vista Blue #8DC8AE
RGB
CMYK
RGB Variations
Color information
#8DC8AE (or 0x8DC8AE) is known color: Vista Blue. HEX triplet: 8D, C8 and AE. RGB value is (141,200,174). Sum of RGB (Red+Green+Blue) = 141+200+174=515 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.38% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC8AE is #723751. Grayscale: #B3B3B3. Windows color (decimal): -7485266 or 11454605. OLE color: 11454605.
HSL color Cylindrical-coordinate representation of color #8DC8AE: hue angle of 153.56º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DC8AE is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 200 | 174 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.22 |
| HSL | 153.56º | 0.35% | 0.67% | - |
| HSV(B) | 153.56º | 0.3% | 0.78% | - |
| XYZ | 39.28 | 50.03 | 47.63 | - |
| YUV | 179.4 | 124.95 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 200 | 174 | 0.29 | 0 | 0.13 | 0.22 | 153.56 | 0.35 | 0.67 |
| Hex | 8D | C8 | AE | 1D | 0 | D | 16 | 9A | 23 | 43 |
| Octal | 215 | 310 | 256 | 35 | 0 | 15 | 26 | 232 | 43 | 103 |
| Binary | 10001101 | 11001000 | 10101110 | 11101 | 0 | 1101 | 10110 | 10011010 | 100011 | 1000011 |
Color Harmonies of #8DC8AE
Complementary color
Monochromatic Colors of #8DC8AE
Black with #8DC8AE
Text Example
Text Example
White with #8DC8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC8AE; }
p { color: rgb(141,200,174); }
H1.HeaderClassName
{
color: #8DC8AE;
}
.AnyTagClassName
{
color: #8DC8AE;
}
</style>
background-color css
<style>
a { background-color: #8DC8AE; }
a { background-color: rgb(141,200,174); }
div.DivClassName
{
background-color: #8DC8AE;
}
.BgClassName
{
background-color: #8DC8AE;
}
</style>
border-color css
<style>
span { border-color: #8DC8AE; }
span { border-color: rgb(141,200,174); }
td.TdClassName
{
border-color: #8DC8AE;
}
.TagClassName
{
border-color: #8DC8AE;
}
</style>