Shades of Vista Blue #8BECBC
Tints of Vista Blue #8BECBC
RGB
CMYK
RGB Variations
Color information
#8BECBC (or 0x8BECBC) is known color: Vista Blue. HEX triplet: 8B, EC and BC. RGB value is (139,236,188). Sum of RGB (Red+Green+Blue) = 139+236+188=563 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.69% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #8BECBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BECBC is #741343. Grayscale: #C9C9C9. Windows color (decimal): -7607108 or 12381323. OLE color: 12381323.
HSL color Cylindrical-coordinate representation of color #8BECBC: hue angle of 150.31º 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 #8BECBC is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 236 | 188 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.07 |
| HSL | 150.31º | 0.72% | 0.74% | - |
| HSV(B) | 150.31º | 0.41% | 0.93% | - |
| XYZ | 49.72 | 69.11 | 58.3 | - |
| YUV | 201.53 | 120.36 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 236 | 188 | 0.41 | 0 | 0.20 | 0.07 | 150.31 | 0.72 | 0.74 |
| Hex | 8B | EC | BC | 29 | 0 | 14 | 7 | 96 | 48 | 4A |
| Octal | 213 | 354 | 274 | 51 | 0 | 24 | 7 | 226 | 110 | 112 |
| Binary | 10001011 | 11101100 | 10111100 | 101001 | 0 | 10100 | 111 | 10010110 | 1001000 | 1001010 |
Color Harmonies of #8BECBC
Complementary color
Monochromatic Colors of #8BECBC
Black with #8BECBC
Text Example
Text Example
White with #8BECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BECBC; }
p { color: rgb(139,236,188); }
H1.HeaderClassName
{
color: #8BECBC;
}
.AnyTagClassName
{
color: #8BECBC;
}
</style>
background-color css
<style>
a { background-color: #8BECBC; }
a { background-color: rgb(139,236,188); }
div.DivClassName
{
background-color: #8BECBC;
}
.BgClassName
{
background-color: #8BECBC;
}
</style>
border-color css
<style>
span { border-color: #8BECBC; }
span { border-color: rgb(139,236,188); }
td.TdClassName
{
border-color: #8BECBC;
}
.TagClassName
{
border-color: #8BECBC;
}
</style>