Shades of Vista Blue #8FCBA8
Tints of Vista Blue #8FCBA8
RGB
CMYK
RGB Variations
Color information
#8FCBA8 (or 0x8FCBA8) is known color: Vista Blue. HEX triplet: 8F, CB and A8. RGB value is (143,203,168). Sum of RGB (Red+Green+Blue) = 143+203+168=514 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.82% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCBA8 is #703457. Grayscale: #B5B5B5. Windows color (decimal): -7353432 or 11062159. OLE color: 11062159.
HSL color Cylindrical-coordinate representation of color #8FCBA8: hue angle of 145º 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 #8FCBA8 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 168 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.20 |
| HSL | 145º | 0.37% | 0.68% | - |
| HSV(B) | 145º | 0.3% | 0.8% | - |
| XYZ | 39.75 | 51.38 | 44.87 | - |
| YUV | 181.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 168 | 0.30 | 0 | 0.17 | 0.20 | 145 | 0.37 | 0.68 |
| Hex | 8F | CB | A8 | 1E | 0 | 11 | 14 | 91 | 25 | 44 |
| Octal | 217 | 313 | 250 | 36 | 0 | 21 | 24 | 221 | 45 | 104 |
| Binary | 10001111 | 11001011 | 10101000 | 11110 | 0 | 10001 | 10100 | 10010001 | 100101 | 1000100 |
Color Harmonies of #8FCBA8
Complementary color
Monochromatic Colors of #8FCBA8
Black with #8FCBA8
Text Example
Text Example
White with #8FCBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCBA8; }
p { color: rgb(143,203,168); }
H1.HeaderClassName
{
color: #8FCBA8;
}
.AnyTagClassName
{
color: #8FCBA8;
}
</style>
background-color css
<style>
a { background-color: #8FCBA8; }
a { background-color: rgb(143,203,168); }
div.DivClassName
{
background-color: #8FCBA8;
}
.BgClassName
{
background-color: #8FCBA8;
}
</style>
border-color css
<style>
span { border-color: #8FCBA8; }
span { border-color: rgb(143,203,168); }
td.TdClassName
{
border-color: #8FCBA8;
}
.TagClassName
{
border-color: #8FCBA8;
}
</style>