Shades of Vista Blue #8BCCB0
Tints of Vista Blue #8BCCB0
RGB
CMYK
RGB Variations
Color information
#8BCCB0 (or 0x8BCCB0) is known color: Vista Blue. HEX triplet: 8B, CC and B0. RGB value is (139,204,176). Sum of RGB (Red+Green+Blue) = 139+204+176=519 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.78% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCCB0 is #74334F. Grayscale: #B5B5B5. Windows color (decimal): -7615312 or 11586699. OLE color: 11586699.
HSL color Cylindrical-coordinate representation of color #8BCCB0: hue angle of 154.15º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCCB0 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 204 | 176 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.2 |
| HSL | 154.15º | 0.39% | 0.67% | - |
| HSV(B) | 154.15º | 0.32% | 0.8% | - |
| XYZ | 40.08 | 51.81 | 48.96 | - |
| YUV | 181.37 | 124.97 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 204 | 176 | 0.32 | 0 | 0.14 | 0.2 | 154.15 | 0.39 | 0.67 |
| Hex | 8B | CC | B0 | 20 | 0 | E | 14 | 9A | 27 | 43 |
| Octal | 213 | 314 | 260 | 40 | 0 | 16 | 24 | 232 | 47 | 103 |
| Binary | 10001011 | 11001100 | 10110000 | 100000 | 0 | 1110 | 10100 | 10011010 | 100111 | 1000011 |
Color Harmonies of #8BCCB0
Complementary color
Monochromatic Colors of #8BCCB0
Black with #8BCCB0
Text Example
Text Example
White with #8BCCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCCB0; }
p { color: rgb(139,204,176); }
H1.HeaderClassName
{
color: #8BCCB0;
}
.AnyTagClassName
{
color: #8BCCB0;
}
</style>
background-color css
<style>
a { background-color: #8BCCB0; }
a { background-color: rgb(139,204,176); }
div.DivClassName
{
background-color: #8BCCB0;
}
.BgClassName
{
background-color: #8BCCB0;
}
</style>
border-color css
<style>
span { border-color: #8BCCB0; }
span { border-color: rgb(139,204,176); }
td.TdClassName
{
border-color: #8BCCB0;
}
.TagClassName
{
border-color: #8BCCB0;
}
</style>