Shades of Vista Blue #8FCBB1
Tints of Vista Blue #8FCBB1
RGB
CMYK
RGB Variations
Color information
#8FCBB1 (or 0x8FCBB1) is known color: Vista Blue. HEX triplet: 8F, CB and B1. RGB value is (143,203,177). Sum of RGB (Red+Green+Blue) = 143+203+177=523 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.34% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCBB1 is #70344E. Grayscale: #B6B6B6. Windows color (decimal): -7353423 or 11651983. OLE color: 11651983.
HSL color Cylindrical-coordinate representation of color #8FCBB1: hue angle of 154º 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 #8FCBB1 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 177 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.20 |
| HSL | 154º | 0.37% | 0.68% | - |
| HSV(B) | 154º | 0.3% | 0.8% | - |
| XYZ | 40.62 | 51.73 | 49.44 | - |
| YUV | 182.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 177 | 0.30 | 0 | 0.13 | 0.20 | 154 | 0.37 | 0.68 |
| Hex | 8F | CB | B1 | 1E | 0 | D | 14 | 9A | 25 | 44 |
| Octal | 217 | 313 | 261 | 36 | 0 | 15 | 24 | 232 | 45 | 104 |
| Binary | 10001111 | 11001011 | 10110001 | 11110 | 0 | 1101 | 10100 | 10011010 | 100101 | 1000100 |
Color Harmonies of #8FCBB1
Complementary color
Monochromatic Colors of #8FCBB1
Black with #8FCBB1
Text Example
Text Example
White with #8FCBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCBB1; }
p { color: rgb(143,203,177); }
H1.HeaderClassName
{
color: #8FCBB1;
}
.AnyTagClassName
{
color: #8FCBB1;
}
</style>
background-color css
<style>
a { background-color: #8FCBB1; }
a { background-color: rgb(143,203,177); }
div.DivClassName
{
background-color: #8FCBB1;
}
.BgClassName
{
background-color: #8FCBB1;
}
</style>
border-color css
<style>
span { border-color: #8FCBB1; }
span { border-color: rgb(143,203,177); }
td.TdClassName
{
border-color: #8FCBB1;
}
.TagClassName
{
border-color: #8FCBB1;
}
</style>