Shades of Vista Blue #8BECBE
Tints of Vista Blue #8BECBE
RGB
CMYK
RGB Variations
Color information
#8BECBE (or 0x8BECBE) is known color: Vista Blue. HEX triplet: 8B, EC and BE. RGB value is (139,236,190). Sum of RGB (Red+Green+Blue) = 139+236+190=565 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.60% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #8BECBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BECBE is #741341. Grayscale: #C9C9C9. Windows color (decimal): -7607106 or 12512395. OLE color: 12512395.
HSL color Cylindrical-coordinate representation of color #8BECBE: hue angle of 151.55º 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 #8BECBE is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 236 | 190 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.07 |
| HSL | 151.55º | 0.72% | 0.74% | - |
| HSV(B) | 151.55º | 0.41% | 0.93% | - |
| XYZ | 49.94 | 69.2 | 59.44 | - |
| YUV | 201.75 | 121.36 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 236 | 190 | 0.41 | 0 | 0.19 | 0.07 | 151.55 | 0.72 | 0.74 |
| Hex | 8B | EC | BE | 29 | 0 | 13 | 7 | 98 | 48 | 4A |
| Octal | 213 | 354 | 276 | 51 | 0 | 23 | 7 | 230 | 110 | 112 |
| Binary | 10001011 | 11101100 | 10111110 | 101001 | 0 | 10011 | 111 | 10011000 | 1001000 | 1001010 |
Color Harmonies of #8BECBE
Complementary color
Monochromatic Colors of #8BECBE
Black with #8BECBE
Text Example
Text Example
White with #8BECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BECBE; }
p { color: rgb(139,236,190); }
H1.HeaderClassName
{
color: #8BECBE;
}
.AnyTagClassName
{
color: #8BECBE;
}
</style>
background-color css
<style>
a { background-color: #8BECBE; }
a { background-color: rgb(139,236,190); }
div.DivClassName
{
background-color: #8BECBE;
}
.BgClassName
{
background-color: #8BECBE;
}
</style>
border-color css
<style>
span { border-color: #8BECBE; }
span { border-color: rgb(139,236,190); }
td.TdClassName
{
border-color: #8BECBE;
}
.TagClassName
{
border-color: #8BECBE;
}
</style>