Shades of Vista Blue #8FCCA8
Tints of Vista Blue #8FCCA8
RGB
CMYK
RGB Variations
Color information
#8FCCA8 (or 0x8FCCA8) is known color: Vista Blue. HEX triplet: 8F, CC and A8. RGB value is (143,204,168). Sum of RGB (Red+Green+Blue) = 143+204+168=515 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.77% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCCA8 is #703357. Grayscale: #B5B5B5. Windows color (decimal): -7353176 or 11062415. OLE color: 11062415.
HSL color Cylindrical-coordinate representation of color #8FCCA8: hue angle of 144.59º 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 #8FCCA8 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 168 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.2 |
| HSL | 144.59º | 0.37% | 0.68% | - |
| HSV(B) | 144.59º | 0.3% | 0.8% | - |
| XYZ | 39.99 | 51.85 | 44.95 | - |
| YUV | 181.66 | 120.29 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 168 | 0.30 | 0 | 0.18 | 0.2 | 144.59 | 0.37 | 0.68 |
| Hex | 8F | CC | A8 | 1E | 0 | 12 | 14 | 91 | 25 | 44 |
| Octal | 217 | 314 | 250 | 36 | 0 | 22 | 24 | 221 | 45 | 104 |
| Binary | 10001111 | 11001100 | 10101000 | 11110 | 0 | 10010 | 10100 | 10010001 | 100101 | 1000100 |
Color Harmonies of #8FCCA8
Complementary color
Monochromatic Colors of #8FCCA8
Black with #8FCCA8
Text Example
Text Example
White with #8FCCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCCA8; }
p { color: rgb(143,204,168); }
H1.HeaderClassName
{
color: #8FCCA8;
}
.AnyTagClassName
{
color: #8FCCA8;
}
</style>
background-color css
<style>
a { background-color: #8FCCA8; }
a { background-color: rgb(143,204,168); }
div.DivClassName
{
background-color: #8FCCA8;
}
.BgClassName
{
background-color: #8FCCA8;
}
</style>
border-color css
<style>
span { border-color: #8FCCA8; }
span { border-color: rgb(143,204,168); }
td.TdClassName
{
border-color: #8FCCA8;
}
.TagClassName
{
border-color: #8FCCA8;
}
</style>