Shades of Vista Blue #8BECBB
Tints of Vista Blue #8BECBB
RGB
CMYK
RGB Variations
Color information
#8BECBB (or 0x8BECBB) is known color: Vista Blue. HEX triplet: 8B, EC and BB. RGB value is (139,236,187). Sum of RGB (Red+Green+Blue) = 139+236+187=562 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.73% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 236 - color contains mainly: green. Hex color #8BECBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BECBB is #741344. Grayscale: #C9C9C9. Windows color (decimal): -7607109 or 12315787. OLE color: 12315787.
HSL color Cylindrical-coordinate representation of color #8BECBB: hue angle of 149.69º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BECBB is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 236 | 187 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.07 |
| HSL | 149.69º | 0.72% | 0.74% | - |
| HSV(B) | 149.69º | 0.41% | 0.93% | - |
| XYZ | 49.61 | 69.07 | 57.73 | - |
| YUV | 201.41 | 119.86 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 236 | 187 | 0.41 | 0 | 0.21 | 0.07 | 149.69 | 0.72 | 0.74 |
| Hex | 8B | EC | BB | 29 | 0 | 15 | 7 | 96 | 48 | 4A |
| Octal | 213 | 354 | 273 | 51 | 0 | 25 | 7 | 226 | 110 | 112 |
| Binary | 10001011 | 11101100 | 10111011 | 101001 | 0 | 10101 | 111 | 10010110 | 1001000 | 1001010 |
Color Harmonies of #8BECBB
Complementary color
Monochromatic Colors of #8BECBB
Black with #8BECBB
Text Example
Text Example
White with #8BECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BECBB; }
p { color: rgb(139,236,187); }
H1.HeaderClassName
{
color: #8BECBB;
}
.AnyTagClassName
{
color: #8BECBB;
}
</style>
background-color css
<style>
a { background-color: #8BECBB; }
a { background-color: rgb(139,236,187); }
div.DivClassName
{
background-color: #8BECBB;
}
.BgClassName
{
background-color: #8BECBB;
}
</style>
border-color css
<style>
span { border-color: #8BECBB; }
span { border-color: rgb(139,236,187); }
td.TdClassName
{
border-color: #8BECBB;
}
.TagClassName
{
border-color: #8BECBB;
}
</style>