Shades of Vista Blue #8BCDB1
Tints of Vista Blue #8BCDB1
RGB
CMYK
RGB Variations
Color information
#8BCDB1 (or 0x8BCDB1) is known color: Vista Blue. HEX triplet: 8B, CD and B1. RGB value is (139,205,177). Sum of RGB (Red+Green+Blue) = 139+205+177=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCDB1 is #74324E. Grayscale: #B6B6B6. Windows color (decimal): -7615055 or 11652491. OLE color: 11652491.
HSL color Cylindrical-coordinate representation of color #8BCDB1: hue angle of 154.55º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCDB1 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 177 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.20 |
| HSL | 154.55º | 0.4% | 0.67% | - |
| HSV(B) | 154.55º | 0.32% | 0.8% | - |
| XYZ | 40.41 | 52.33 | 49.56 | - |
| YUV | 182.07 | 125.13 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 177 | 0.32 | 0 | 0.14 | 0.20 | 154.55 | 0.4 | 0.67 |
| Hex | 8B | CD | B1 | 20 | 0 | E | 14 | 9B | 28 | 43 |
| Octal | 213 | 315 | 261 | 40 | 0 | 16 | 24 | 233 | 50 | 103 |
| Binary | 10001011 | 11001101 | 10110001 | 100000 | 0 | 1110 | 10100 | 10011011 | 101000 | 1000011 |
Color Harmonies of #8BCDB1
Complementary color
Monochromatic Colors of #8BCDB1
Black with #8BCDB1
Text Example
Text Example
White with #8BCDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCDB1; }
p { color: rgb(139,205,177); }
H1.HeaderClassName
{
color: #8BCDB1;
}
.AnyTagClassName
{
color: #8BCDB1;
}
</style>
background-color css
<style>
a { background-color: #8BCDB1; }
a { background-color: rgb(139,205,177); }
div.DivClassName
{
background-color: #8BCDB1;
}
.BgClassName
{
background-color: #8BCDB1;
}
</style>
border-color css
<style>
span { border-color: #8BCDB1; }
span { border-color: rgb(139,205,177); }
td.TdClassName
{
border-color: #8BCDB1;
}
.TagClassName
{
border-color: #8BCDB1;
}
</style>