Shades of Vista Blue #8DC9AF
Tints of Vista Blue #8DC9AF
RGB
CMYK
RGB Variations
Color information
#8DC9AF (or 0x8DC9AF) is known color: Vista Blue. HEX triplet: 8D, C9 and AF. RGB value is (141,201,175). Sum of RGB (Red+Green+Blue) = 141+201+175=517 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.27% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC9AF is #723650. Grayscale: #B4B4B4. Windows color (decimal): -7485009 or 11520397. OLE color: 11520397.
HSL color Cylindrical-coordinate representation of color #8DC9AF: hue angle of 154º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DC9AF is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 201 | 175 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.21 |
| HSL | 154º | 0.36% | 0.67% | - |
| HSV(B) | 154º | 0.3% | 0.79% | - |
| XYZ | 39.61 | 50.53 | 48.22 | - |
| YUV | 180.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 175 | 0.30 | 0 | 0.13 | 0.21 | 154 | 0.36 | 0.67 |
| Hex | 8D | C9 | AF | 1E | 0 | D | 15 | 9A | 24 | 43 |
| Octal | 215 | 311 | 257 | 36 | 0 | 15 | 25 | 232 | 44 | 103 |
| Binary | 10001101 | 11001001 | 10101111 | 11110 | 0 | 1101 | 10101 | 10011010 | 100100 | 1000011 |
Color Harmonies of #8DC9AF
Complementary color
Monochromatic Colors of #8DC9AF
Black with #8DC9AF
Text Example
Text Example
White with #8DC9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC9AF; }
p { color: rgb(141,201,175); }
H1.HeaderClassName
{
color: #8DC9AF;
}
.AnyTagClassName
{
color: #8DC9AF;
}
</style>
background-color css
<style>
a { background-color: #8DC9AF; }
a { background-color: rgb(141,201,175); }
div.DivClassName
{
background-color: #8DC9AF;
}
.BgClassName
{
background-color: #8DC9AF;
}
</style>
border-color css
<style>
span { border-color: #8DC9AF; }
span { border-color: rgb(141,201,175); }
td.TdClassName
{
border-color: #8DC9AF;
}
.TagClassName
{
border-color: #8DC9AF;
}
</style>