Shades of Vista Blue #8BCDA8
Tints of Vista Blue #8BCDA8
RGB
CMYK
RGB Variations
Color information
#8BCDA8 (or 0x8BCDA8) is known color: Vista Blue. HEX triplet: 8B, CD and A8. RGB value is (139,205,168). Sum of RGB (Red+Green+Blue) = 139+205+168=512 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.15% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCDA8 is #743257. Grayscale: #B5B5B5. Windows color (decimal): -7615064 or 11062667. OLE color: 11062667.
HSL color Cylindrical-coordinate representation of color #8BCDA8: hue angle of 146.36º degrees, saturation: 0.4, 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 #8BCDA8 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 168 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.20 |
| HSL | 146.36º | 0.4% | 0.67% | - |
| HSV(B) | 146.36º | 0.32% | 0.8% | - |
| XYZ | 39.55 | 51.98 | 44.99 | - |
| YUV | 181.05 | 120.63 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 168 | 0.32 | 0 | 0.18 | 0.20 | 146.36 | 0.4 | 0.67 |
| Hex | 8B | CD | A8 | 20 | 0 | 12 | 14 | 92 | 28 | 43 |
| Octal | 213 | 315 | 250 | 40 | 0 | 22 | 24 | 222 | 50 | 103 |
| Binary | 10001011 | 11001101 | 10101000 | 100000 | 0 | 10010 | 10100 | 10010010 | 101000 | 1000011 |
Color Harmonies of #8BCDA8
Complementary color
Monochromatic Colors of #8BCDA8
Black with #8BCDA8
Text Example
Text Example
White with #8BCDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCDA8; }
p { color: rgb(139,205,168); }
H1.HeaderClassName
{
color: #8BCDA8;
}
.AnyTagClassName
{
color: #8BCDA8;
}
</style>
background-color css
<style>
a { background-color: #8BCDA8; }
a { background-color: rgb(139,205,168); }
div.DivClassName
{
background-color: #8BCDA8;
}
.BgClassName
{
background-color: #8BCDA8;
}
</style>
border-color css
<style>
span { border-color: #8BCDA8; }
span { border-color: rgb(139,205,168); }
td.TdClassName
{
border-color: #8BCDA8;
}
.TagClassName
{
border-color: #8BCDA8;
}
</style>