Shades of Vista Blue #8FCCAA
Tints of Vista Blue #8FCCAA
RGB
CMYK
RGB Variations
Color information
#8FCCAA (or 0x8FCCAA) is known color: Vista Blue. HEX triplet: 8F, CC and AA. RGB value is (143,204,170). Sum of RGB (Red+Green+Blue) = 143+204+170=517 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.66% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCCAA is #703355. Grayscale: #B5B5B5. Windows color (decimal): -7353174 or 11193487. OLE color: 11193487.
HSL color Cylindrical-coordinate representation of color #8FCCAA: hue angle of 146.56º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCCAA is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 170 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.2 |
| HSL | 146.56º | 0.37% | 0.68% | - |
| HSV(B) | 146.56º | 0.3% | 0.8% | - |
| XYZ | 40.18 | 51.93 | 45.94 | - |
| YUV | 181.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 170 | 0.30 | 0 | 0.17 | 0.2 | 146.56 | 0.37 | 0.68 |
| Hex | 8F | CC | AA | 1E | 0 | 11 | 14 | 93 | 25 | 44 |
| Octal | 217 | 314 | 252 | 36 | 0 | 21 | 24 | 223 | 45 | 104 |
| Binary | 10001111 | 11001100 | 10101010 | 11110 | 0 | 10001 | 10100 | 10010011 | 100101 | 1000100 |
Color Harmonies of #8FCCAA
Complementary color
Monochromatic Colors of #8FCCAA
Black with #8FCCAA
Text Example
Text Example
White with #8FCCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCCAA; }
p { color: rgb(143,204,170); }
H1.HeaderClassName
{
color: #8FCCAA;
}
.AnyTagClassName
{
color: #8FCCAA;
}
</style>
background-color css
<style>
a { background-color: #8FCCAA; }
a { background-color: rgb(143,204,170); }
div.DivClassName
{
background-color: #8FCCAA;
}
.BgClassName
{
background-color: #8FCCAA;
}
</style>
border-color css
<style>
span { border-color: #8FCCAA; }
span { border-color: rgb(143,204,170); }
td.TdClassName
{
border-color: #8FCCAA;
}
.TagClassName
{
border-color: #8FCCAA;
}
</style>