Shades of Vista Blue #8BECAB
Tints of Vista Blue #8BECAB
RGB
CMYK
RGB Variations
Color information
#8BECAB (or 0x8BECAB) is known color: Vista Blue. HEX triplet: 8B, EC and AB. RGB value is (139,236,171). Sum of RGB (Red+Green+Blue) = 139+236+171=546 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.46% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #8BECAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BECAB is #741354. Grayscale: #C7C7C7. Windows color (decimal): -7607125 or 11267211. OLE color: 11267211.
HSL color Cylindrical-coordinate representation of color #8BECAB: hue angle of 139.79º 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 #8BECAB is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 236 | 171 | - |
| CMYK | 0.41 | 0 | 0.28 | 0.07 |
| HSL | 139.79º | 0.72% | 0.74% | - |
| HSV(B) | 139.79º | 0.41% | 0.93% | - |
| XYZ | 47.99 | 68.42 | 49.2 | - |
| YUV | 199.59 | 111.86 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 236 | 171 | 0.41 | 0 | 0.28 | 0.07 | 139.79 | 0.72 | 0.74 |
| Hex | 8B | EC | AB | 29 | 0 | 1C | 7 | 8C | 48 | 4A |
| Octal | 213 | 354 | 253 | 51 | 0 | 34 | 7 | 214 | 110 | 112 |
| Binary | 10001011 | 11101100 | 10101011 | 101001 | 0 | 11100 | 111 | 10001100 | 1001000 | 1001010 |
Color Harmonies of #8BECAB
Complementary color
Monochromatic Colors of #8BECAB
Black with #8BECAB
Text Example
Text Example
White with #8BECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BECAB; }
p { color: rgb(139,236,171); }
H1.HeaderClassName
{
color: #8BECAB;
}
.AnyTagClassName
{
color: #8BECAB;
}
</style>
background-color css
<style>
a { background-color: #8BECAB; }
a { background-color: rgb(139,236,171); }
div.DivClassName
{
background-color: #8BECAB;
}
.BgClassName
{
background-color: #8BECAB;
}
</style>
border-color css
<style>
span { border-color: #8BECAB; }
span { border-color: rgb(139,236,171); }
td.TdClassName
{
border-color: #8BECAB;
}
.TagClassName
{
border-color: #8BECAB;
}
</style>