Shades of Vista Blue #8BEEBC
Tints of Vista Blue #8BEEBC
RGB
CMYK
RGB Variations
Color information
#8BEEBC (or 0x8BEEBC) is known color: Vista Blue. HEX triplet: 8B, EE and BC. RGB value is (139,238,188). Sum of RGB (Red+Green+Blue) = 139+238+188=565 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.60% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 238 - color contains mainly: green. Hex color #8BEEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEEBC is #741143. Grayscale: #CACACA. Windows color (decimal): -7606596 or 12381835. OLE color: 12381835.
HSL color Cylindrical-coordinate representation of color #8BEEBC: hue angle of 149.7º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BEEBC is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 238 | 188 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.07 |
| HSL | 149.7º | 0.74% | 0.74% | - |
| HSV(B) | 149.7º | 0.42% | 0.93% | - |
| XYZ | 50.3 | 70.27 | 58.49 | - |
| YUV | 202.7 | 119.7 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 238 | 188 | 0.42 | 0 | 0.21 | 0.07 | 149.7 | 0.74 | 0.74 |
| Hex | 8B | EE | BC | 2A | 0 | 15 | 7 | 96 | 4A | 4A |
| Octal | 213 | 356 | 274 | 52 | 0 | 25 | 7 | 226 | 112 | 112 |
| Binary | 10001011 | 11101110 | 10111100 | 101010 | 0 | 10101 | 111 | 10010110 | 1001010 | 1001010 |
Color Harmonies of #8BEEBC
Complementary color
Monochromatic Colors of #8BEEBC
Black with #8BEEBC
Text Example
Text Example
White with #8BEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEEBC; }
p { color: rgb(139,238,188); }
H1.HeaderClassName
{
color: #8BEEBC;
}
.AnyTagClassName
{
color: #8BEEBC;
}
</style>
background-color css
<style>
a { background-color: #8BEEBC; }
a { background-color: rgb(139,238,188); }
div.DivClassName
{
background-color: #8BEEBC;
}
.BgClassName
{
background-color: #8BEEBC;
}
</style>
border-color css
<style>
span { border-color: #8BEEBC; }
span { border-color: rgb(139,238,188); }
td.TdClassName
{
border-color: #8BEEBC;
}
.TagClassName
{
border-color: #8BEEBC;
}
</style>