Shades of Vista Blue #8DC8AF
Tints of Vista Blue #8DC8AF
RGB
CMYK
RGB Variations
Color information
#8DC8AF (or 0x8DC8AF) is known color: Vista Blue. HEX triplet: 8D, C8 and AF. RGB value is (141,200,175). Sum of RGB (Red+Green+Blue) = 141+200+175=516 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.33% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC8AF is #723750. Grayscale: #B3B3B3. Windows color (decimal): -7485265 or 11520141. OLE color: 11520141.
HSL color Cylindrical-coordinate representation of color #8DC8AF: hue angle of 154.58º 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 #8DC8AF is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 200 | 175 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.22 |
| HSL | 154.58º | 0.35% | 0.67% | - |
| HSV(B) | 154.58º | 0.3% | 0.78% | - |
| XYZ | 39.38 | 50.07 | 48.15 | - |
| YUV | 179.51 | 125.45 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 200 | 175 | 0.29 | 0 | 0.12 | 0.22 | 154.58 | 0.35 | 0.67 |
| Hex | 8D | C8 | AF | 1D | 0 | C | 16 | 9B | 23 | 43 |
| Octal | 215 | 310 | 257 | 35 | 0 | 14 | 26 | 233 | 43 | 103 |
| Binary | 10001101 | 11001000 | 10101111 | 11101 | 0 | 1100 | 10110 | 10011011 | 100011 | 1000011 |
Color Harmonies of #8DC8AF
Complementary color
Monochromatic Colors of #8DC8AF
Black with #8DC8AF
Text Example
Text Example
White with #8DC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC8AF; }
p { color: rgb(141,200,175); }
H1.HeaderClassName
{
color: #8DC8AF;
}
.AnyTagClassName
{
color: #8DC8AF;
}
</style>
background-color css
<style>
a { background-color: #8DC8AF; }
a { background-color: rgb(141,200,175); }
div.DivClassName
{
background-color: #8DC8AF;
}
.BgClassName
{
background-color: #8DC8AF;
}
</style>
border-color css
<style>
span { border-color: #8DC8AF; }
span { border-color: rgb(141,200,175); }
td.TdClassName
{
border-color: #8DC8AF;
}
.TagClassName
{
border-color: #8DC8AF;
}
</style>