Shades of Vista Blue #8FCDB1
Tints of Vista Blue #8FCDB1
RGB
CMYK
RGB Variations
Color information
#8FCDB1 (or 0x8FCDB1) is known color: Vista Blue. HEX triplet: 8F, CD and B1. RGB value is (143,205,177). Sum of RGB (Red+Green+Blue) = 143+205+177=525 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.24% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCDB1 is #70324E. Grayscale: #B7B7B7. Windows color (decimal): -7352911 or 11652495. OLE color: 11652495.
HSL color Cylindrical-coordinate representation of color #8FCDB1: hue angle of 152.9º degrees, saturation: 0.38, 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 #8FCDB1 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 205 | 177 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.20 |
| HSL | 152.9º | 0.38% | 0.68% | - |
| HSV(B) | 152.9º | 0.3% | 0.8% | - |
| XYZ | 41.09 | 52.68 | 49.6 | - |
| YUV | 183.27 | 124.46 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 177 | 0.30 | 0 | 0.14 | 0.20 | 152.9 | 0.38 | 0.68 |
| Hex | 8F | CD | B1 | 1E | 0 | E | 14 | 99 | 26 | 44 |
| Octal | 217 | 315 | 261 | 36 | 0 | 16 | 24 | 231 | 46 | 104 |
| Binary | 10001111 | 11001101 | 10110001 | 11110 | 0 | 1110 | 10100 | 10011001 | 100110 | 1000100 |
Color Harmonies of #8FCDB1
Complementary color
Monochromatic Colors of #8FCDB1
Black with #8FCDB1
Text Example
Text Example
White with #8FCDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCDB1; }
p { color: rgb(143,205,177); }
H1.HeaderClassName
{
color: #8FCDB1;
}
.AnyTagClassName
{
color: #8FCDB1;
}
</style>
background-color css
<style>
a { background-color: #8FCDB1; }
a { background-color: rgb(143,205,177); }
div.DivClassName
{
background-color: #8FCDB1;
}
.BgClassName
{
background-color: #8FCDB1;
}
</style>
border-color css
<style>
span { border-color: #8FCDB1; }
span { border-color: rgb(143,205,177); }
td.TdClassName
{
border-color: #8FCDB1;
}
.TagClassName
{
border-color: #8FCDB1;
}
</style>