Shades of Vista Blue #8CC8AF
Tints of Vista Blue #8CC8AF
RGB
CMYK
RGB Variations
Color information
#8CC8AF (or 0x8CC8AF) is known color: Vista Blue. HEX triplet: 8C, C8 and AF. RGB value is (140,200,175). Sum of RGB (Red+Green+Blue) = 140+200+175=515 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.18% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC8AF is #733750. Grayscale: #B3B3B3. Windows color (decimal): -7550801 or 11520140. OLE color: 11520140.
HSL color Cylindrical-coordinate representation of color #8CC8AF: hue angle of 155º 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 #8CC8AF is Cyan = 0.3, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 200 | 175 | - |
| CMYK | 0.3 | 0 | 0.12 | 0.22 |
| HSL | 155º | 0.35% | 0.67% | - |
| HSV(B) | 155º | 0.3% | 0.78% | - |
| XYZ | 39.21 | 49.98 | 48.14 | - |
| YUV | 179.21 | 125.62 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 200 | 175 | 0.3 | 0 | 0.12 | 0.22 | 155 | 0.35 | 0.67 |
| Hex | 8C | C8 | AF | 1E | 0 | C | 16 | 9B | 23 | 43 |
| Octal | 214 | 310 | 257 | 36 | 0 | 14 | 26 | 233 | 43 | 103 |
| Binary | 10001100 | 11001000 | 10101111 | 11110 | 0 | 1100 | 10110 | 10011011 | 100011 | 1000011 |
Color Harmonies of #8CC8AF
Complementary color
Monochromatic Colors of #8CC8AF
Black with #8CC8AF
Text Example
Text Example
White with #8CC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC8AF; }
p { color: rgb(140,200,175); }
H1.HeaderClassName
{
color: #8CC8AF;
}
.AnyTagClassName
{
color: #8CC8AF;
}
</style>
background-color css
<style>
a { background-color: #8CC8AF; }
a { background-color: rgb(140,200,175); }
div.DivClassName
{
background-color: #8CC8AF;
}
.BgClassName
{
background-color: #8CC8AF;
}
</style>
border-color css
<style>
span { border-color: #8CC8AF; }
span { border-color: rgb(140,200,175); }
td.TdClassName
{
border-color: #8CC8AF;
}
.TagClassName
{
border-color: #8CC8AF;
}
</style>