Shades of Vista Blue #8CCEAC
Tints of Vista Blue #8CCEAC
RGB
CMYK
RGB Variations
Color information
#8CCEAC (or 0x8CCEAC) is known color: Vista Blue. HEX triplet: 8C, CE and AC. RGB value is (140,206,172). Sum of RGB (Red+Green+Blue) = 140+206+172=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCEAC is #733153. Grayscale: #B6B6B6. Windows color (decimal): -7549268 or 11325068. OLE color: 11325068.
HSL color Cylindrical-coordinate representation of color #8CCEAC: hue angle of 149.09º 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 #8CCEAC is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 206 | 172 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.19 |
| HSL | 149.09º | 0.4% | 0.68% | - |
| HSV(B) | 149.09º | 0.32% | 0.81% | - |
| XYZ | 40.33 | 52.7 | 47.08 | - |
| YUV | 182.39 | 122.13 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 206 | 172 | 0.32 | 0 | 0.17 | 0.19 | 149.09 | 0.4 | 0.68 |
| Hex | 8C | CE | AC | 20 | 0 | 11 | 13 | 95 | 28 | 44 |
| Octal | 214 | 316 | 254 | 40 | 0 | 21 | 23 | 225 | 50 | 104 |
| Binary | 10001100 | 11001110 | 10101100 | 100000 | 0 | 10001 | 10011 | 10010101 | 101000 | 1000100 |
Color Harmonies of #8CCEAC
Complementary color
Monochromatic Colors of #8CCEAC
Black with #8CCEAC
Text Example
Text Example
White with #8CCEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCEAC; }
p { color: rgb(140,206,172); }
H1.HeaderClassName
{
color: #8CCEAC;
}
.AnyTagClassName
{
color: #8CCEAC;
}
</style>
background-color css
<style>
a { background-color: #8CCEAC; }
a { background-color: rgb(140,206,172); }
div.DivClassName
{
background-color: #8CCEAC;
}
.BgClassName
{
background-color: #8CCEAC;
}
</style>
border-color css
<style>
span { border-color: #8CCEAC; }
span { border-color: rgb(140,206,172); }
td.TdClassName
{
border-color: #8CCEAC;
}
.TagClassName
{
border-color: #8CCEAC;
}
</style>