Shades of Vista Blue #8CC9A9
Tints of Vista Blue #8CC9A9
RGB
CMYK
RGB Variations
Color information
#8CC9A9 (or 0x8CC9A9) is known color: Vista Blue. HEX triplet: 8C, C9 and A9. RGB value is (140,201,169). Sum of RGB (Red+Green+Blue) = 140+201+169=510 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.45% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 169 (66.41% from 255 or 33.14% from 510); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC9A9 is #733656. Grayscale: #B3B3B3. Windows color (decimal): -7550551 or 11127180. OLE color: 11127180.
HSL color Cylindrical-coordinate representation of color #8CC9A9: hue angle of 148.52º 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 #8CC9A9 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 201 | 169 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.21 |
| HSL | 148.52º | 0.36% | 0.67% | - |
| HSV(B) | 148.52º | 0.3% | 0.79% | - |
| XYZ | 38.86 | 50.21 | 45.18 | - |
| YUV | 179.11 | 122.29 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 201 | 169 | 0.30 | 0 | 0.16 | 0.21 | 148.52 | 0.36 | 0.67 |
| Hex | 8C | C9 | A9 | 1E | 0 | 10 | 15 | 95 | 24 | 43 |
| Octal | 214 | 311 | 251 | 36 | 0 | 20 | 25 | 225 | 44 | 103 |
| Binary | 10001100 | 11001001 | 10101001 | 11110 | 0 | 10000 | 10101 | 10010101 | 100100 | 1000011 |
Color Harmonies of #8CC9A9
Complementary color
Monochromatic Colors of #8CC9A9
Black with #8CC9A9
Text Example
Text Example
White with #8CC9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC9A9; }
p { color: rgb(140,201,169); }
H1.HeaderClassName
{
color: #8CC9A9;
}
.AnyTagClassName
{
color: #8CC9A9;
}
</style>
background-color css
<style>
a { background-color: #8CC9A9; }
a { background-color: rgb(140,201,169); }
div.DivClassName
{
background-color: #8CC9A9;
}
.BgClassName
{
background-color: #8CC9A9;
}
</style>
border-color css
<style>
span { border-color: #8CC9A9; }
span { border-color: rgb(140,201,169); }
td.TdClassName
{
border-color: #8CC9A9;
}
.TagClassName
{
border-color: #8CC9A9;
}
</style>