Shades of Vista Blue #8BC8A8
Tints of Vista Blue #8BC8A8
RGB
CMYK
RGB Variations
Color information
#8BC8A8 (or 0x8BC8A8) is known color: Vista Blue. HEX triplet: 8B, C8 and A8. RGB value is (139,200,168). Sum of RGB (Red+Green+Blue) = 139+200+168=507 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.42% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC8A8 is #743757. Grayscale: #B2B2B2. Windows color (decimal): -7616344 or 11061387. OLE color: 11061387.
HSL color Cylindrical-coordinate representation of color #8BC8A8: hue angle of 148.52º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BC8A8 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 200 | 168 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.22 |
| HSL | 148.52º | 0.36% | 0.66% | - |
| HSV(B) | 148.52º | 0.31% | 0.78% | - |
| XYZ | 38.37 | 49.62 | 44.6 | - |
| YUV | 178.11 | 122.29 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 200 | 168 | 0.30 | 0 | 0.16 | 0.22 | 148.52 | 0.36 | 0.66 |
| Hex | 8B | C8 | A8 | 1E | 0 | 10 | 16 | 95 | 24 | 42 |
| Octal | 213 | 310 | 250 | 36 | 0 | 20 | 26 | 225 | 44 | 102 |
| Binary | 10001011 | 11001000 | 10101000 | 11110 | 0 | 10000 | 10110 | 10010101 | 100100 | 1000010 |
Color Harmonies of #8BC8A8
Complementary color
Monochromatic Colors of #8BC8A8
Black with #8BC8A8
Text Example
Text Example
White with #8BC8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC8A8; }
p { color: rgb(139,200,168); }
H1.HeaderClassName
{
color: #8BC8A8;
}
.AnyTagClassName
{
color: #8BC8A8;
}
</style>
background-color css
<style>
a { background-color: #8BC8A8; }
a { background-color: rgb(139,200,168); }
div.DivClassName
{
background-color: #8BC8A8;
}
.BgClassName
{
background-color: #8BC8A8;
}
</style>
border-color css
<style>
span { border-color: #8BC8A8; }
span { border-color: rgb(139,200,168); }
td.TdClassName
{
border-color: #8BC8A8;
}
.TagClassName
{
border-color: #8BC8A8;
}
</style>