Shades of Vista Blue #8FCCB1
Tints of Vista Blue #8FCCB1
RGB
CMYK
RGB Variations
Color information
#8FCCB1 (or 0x8FCCB1) is known color: Vista Blue. HEX triplet: 8F, CC and B1. RGB value is (143,204,177). Sum of RGB (Red+Green+Blue) = 143+204+177=524 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.29% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCCB1 is #70334E. Grayscale: #B6B6B6. Windows color (decimal): -7353167 or 11652239. OLE color: 11652239.
HSL color Cylindrical-coordinate representation of color #8FCCB1: hue angle of 153.44º 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 #8FCCB1 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 177 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.2 |
| HSL | 153.44º | 0.37% | 0.68% | - |
| HSV(B) | 153.44º | 0.3% | 0.8% | - |
| XYZ | 40.86 | 52.2 | 49.52 | - |
| YUV | 182.68 | 124.79 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 177 | 0.30 | 0 | 0.13 | 0.2 | 153.44 | 0.37 | 0.68 |
| Hex | 8F | CC | B1 | 1E | 0 | D | 14 | 99 | 25 | 44 |
| Octal | 217 | 314 | 261 | 36 | 0 | 15 | 24 | 231 | 45 | 104 |
| Binary | 10001111 | 11001100 | 10110001 | 11110 | 0 | 1101 | 10100 | 10011001 | 100101 | 1000100 |
Color Harmonies of #8FCCB1
Complementary color
Monochromatic Colors of #8FCCB1
Black with #8FCCB1
Text Example
Text Example
White with #8FCCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCCB1; }
p { color: rgb(143,204,177); }
H1.HeaderClassName
{
color: #8FCCB1;
}
.AnyTagClassName
{
color: #8FCCB1;
}
</style>
background-color css
<style>
a { background-color: #8FCCB1; }
a { background-color: rgb(143,204,177); }
div.DivClassName
{
background-color: #8FCCB1;
}
.BgClassName
{
background-color: #8FCCB1;
}
</style>
border-color css
<style>
span { border-color: #8FCCB1; }
span { border-color: rgb(143,204,177); }
td.TdClassName
{
border-color: #8FCCB1;
}
.TagClassName
{
border-color: #8FCCB1;
}
</style>