Shades of Vista Blue #8CCDAA
Tints of Vista Blue #8CCDAA
RGB
CMYK
RGB Variations
Color information
#8CCDAA (or 0x8CCDAA) is known color: Vista Blue. HEX triplet: 8C, CD and AA. RGB value is (140,205,170). Sum of RGB (Red+Green+Blue) = 140+205+170=515 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.18% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCDAA is #733255. Grayscale: #B5B5B5. Windows color (decimal): -7549526 or 11193740. OLE color: 11193740.
HSL color Cylindrical-coordinate representation of color #8CCDAA: hue angle of 147.69º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCDAA is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 170 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.20 |
| HSL | 147.69º | 0.39% | 0.68% | - |
| HSV(B) | 147.69º | 0.32% | 0.8% | - |
| XYZ | 39.9 | 52.14 | 45.99 | - |
| YUV | 181.58 | 121.47 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 170 | 0.32 | 0 | 0.17 | 0.20 | 147.69 | 0.39 | 0.68 |
| Hex | 8C | CD | AA | 20 | 0 | 11 | 14 | 94 | 27 | 44 |
| Octal | 214 | 315 | 252 | 40 | 0 | 21 | 24 | 224 | 47 | 104 |
| Binary | 10001100 | 11001101 | 10101010 | 100000 | 0 | 10001 | 10100 | 10010100 | 100111 | 1000100 |
Color Harmonies of #8CCDAA
Complementary color
Monochromatic Colors of #8CCDAA
Black with #8CCDAA
Text Example
Text Example
White with #8CCDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCDAA; }
p { color: rgb(140,205,170); }
H1.HeaderClassName
{
color: #8CCDAA;
}
.AnyTagClassName
{
color: #8CCDAA;
}
</style>
background-color css
<style>
a { background-color: #8CCDAA; }
a { background-color: rgb(140,205,170); }
div.DivClassName
{
background-color: #8CCDAA;
}
.BgClassName
{
background-color: #8CCDAA;
}
</style>
border-color css
<style>
span { border-color: #8CCDAA; }
span { border-color: rgb(140,205,170); }
td.TdClassName
{
border-color: #8CCDAA;
}
.TagClassName
{
border-color: #8CCDAA;
}
</style>