Shades of Vista Blue #8CCFAA
Tints of Vista Blue #8CCFAA
RGB
CMYK
RGB Variations
Color information
#8CCFAA (or 0x8CCFAA) is known color: Vista Blue. HEX triplet: 8C, CF and AA. RGB value is (140,207,170). Sum of RGB (Red+Green+Blue) = 140+207+170=517 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.08% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCFAA is #733055. Grayscale: #B6B6B6. Windows color (decimal): -7549014 or 11194252. OLE color: 11194252.
HSL color Cylindrical-coordinate representation of color #8CCFAA: hue angle of 146.87º degrees, saturation: 0.41, 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 #8CCFAA is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 170 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.19 |
| HSL | 146.87º | 0.41% | 0.68% | - |
| HSV(B) | 146.87º | 0.32% | 0.81% | - |
| XYZ | 40.38 | 53.1 | 46.15 | - |
| YUV | 182.75 | 120.8 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 170 | 0.32 | 0 | 0.18 | 0.19 | 146.87 | 0.41 | 0.68 |
| Hex | 8C | CF | AA | 20 | 0 | 12 | 13 | 93 | 29 | 44 |
| Octal | 214 | 317 | 252 | 40 | 0 | 22 | 23 | 223 | 51 | 104 |
| Binary | 10001100 | 11001111 | 10101010 | 100000 | 0 | 10010 | 10011 | 10010011 | 101001 | 1000100 |
Color Harmonies of #8CCFAA
Complementary color
Monochromatic Colors of #8CCFAA
Black with #8CCFAA
Text Example
Text Example
White with #8CCFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCFAA; }
p { color: rgb(140,207,170); }
H1.HeaderClassName
{
color: #8CCFAA;
}
.AnyTagClassName
{
color: #8CCFAA;
}
</style>
background-color css
<style>
a { background-color: #8CCFAA; }
a { background-color: rgb(140,207,170); }
div.DivClassName
{
background-color: #8CCFAA;
}
.BgClassName
{
background-color: #8CCFAA;
}
</style>
border-color css
<style>
span { border-color: #8CCFAA; }
span { border-color: rgb(140,207,170); }
td.TdClassName
{
border-color: #8CCFAA;
}
.TagClassName
{
border-color: #8CCFAA;
}
</style>