Shades of Vista Blue #8FCAAA
Tints of Vista Blue #8FCAAA
RGB
CMYK
RGB Variations
Color information
#8FCAAA (or 0x8FCAAA) is known color: Vista Blue. HEX triplet: 8F, CA and AA. RGB value is (143,202,170). Sum of RGB (Red+Green+Blue) = 143+202+170=515 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.77% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCAAA is #703555. Grayscale: #B4B4B4. Windows color (decimal): -7353686 or 11192975. OLE color: 11192975.
HSL color Cylindrical-coordinate representation of color #8FCAAA: hue angle of 147.46º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FCAAA is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 202 | 170 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.21 |
| HSL | 147.46º | 0.36% | 0.68% | - |
| HSV(B) | 147.46º | 0.29% | 0.79% | - |
| XYZ | 39.7 | 50.98 | 45.78 | - |
| YUV | 180.71 | 121.95 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 170 | 0.29 | 0 | 0.16 | 0.21 | 147.46 | 0.36 | 0.68 |
| Hex | 8F | CA | AA | 1D | 0 | 10 | 15 | 93 | 24 | 44 |
| Octal | 217 | 312 | 252 | 35 | 0 | 20 | 25 | 223 | 44 | 104 |
| Binary | 10001111 | 11001010 | 10101010 | 11101 | 0 | 10000 | 10101 | 10010011 | 100100 | 1000100 |
Color Harmonies of #8FCAAA
Complementary color
Monochromatic Colors of #8FCAAA
Black with #8FCAAA
Text Example
Text Example
White with #8FCAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCAAA; }
p { color: rgb(143,202,170); }
H1.HeaderClassName
{
color: #8FCAAA;
}
.AnyTagClassName
{
color: #8FCAAA;
}
</style>
background-color css
<style>
a { background-color: #8FCAAA; }
a { background-color: rgb(143,202,170); }
div.DivClassName
{
background-color: #8FCAAA;
}
.BgClassName
{
background-color: #8FCAAA;
}
</style>
border-color css
<style>
span { border-color: #8FCAAA; }
span { border-color: rgb(143,202,170); }
td.TdClassName
{
border-color: #8FCAAA;
}
.TagClassName
{
border-color: #8FCAAA;
}
</style>