Shades of Vista Blue #8CC9A6
Tints of Vista Blue #8CC9A6
RGB
CMYK
RGB Variations
Color information
#8CC9A6 (or 0x8CC9A6) is known color: Vista Blue. HEX triplet: 8C, C9 and A6. RGB value is (140,201,166). Sum of RGB (Red+Green+Blue) = 140+201+166=507 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.61% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC9A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC9A6 is #733659. Grayscale: #B2B2B2. Windows color (decimal): -7550554 or 10930572. OLE color: 10930572.
HSL color Cylindrical-coordinate representation of color #8CC9A6: hue angle of 145.57º 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 #8CC9A6 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 201 | 166 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.21 |
| HSL | 145.57º | 0.36% | 0.67% | - |
| HSV(B) | 145.57º | 0.3% | 0.79% | - |
| XYZ | 38.58 | 50.1 | 43.71 | - |
| YUV | 178.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 201 | 166 | 0.30 | 0 | 0.17 | 0.21 | 145.57 | 0.36 | 0.67 |
| Hex | 8C | C9 | A6 | 1E | 0 | 11 | 15 | 92 | 24 | 43 |
| Octal | 214 | 311 | 246 | 36 | 0 | 21 | 25 | 222 | 44 | 103 |
| Binary | 10001100 | 11001001 | 10100110 | 11110 | 0 | 10001 | 10101 | 10010010 | 100100 | 1000011 |
Color Harmonies of #8CC9A6
Complementary color
Monochromatic Colors of #8CC9A6
Black with #8CC9A6
Text Example
Text Example
White with #8CC9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC9A6; }
p { color: rgb(140,201,166); }
H1.HeaderClassName
{
color: #8CC9A6;
}
.AnyTagClassName
{
color: #8CC9A6;
}
</style>
background-color css
<style>
a { background-color: #8CC9A6; }
a { background-color: rgb(140,201,166); }
div.DivClassName
{
background-color: #8CC9A6;
}
.BgClassName
{
background-color: #8CC9A6;
}
</style>
border-color css
<style>
span { border-color: #8CC9A6; }
span { border-color: rgb(140,201,166); }
td.TdClassName
{
border-color: #8CC9A6;
}
.TagClassName
{
border-color: #8CC9A6;
}
</style>