Shades of Vista Blue #8BCDA5
Tints of Vista Blue #8BCDA5
RGB
CMYK
RGB Variations
Color information
#8BCDA5 (or 0x8BCDA5) is known color: Vista Blue. HEX triplet: 8B, CD and A5. RGB value is (139,205,165). Sum of RGB (Red+Green+Blue) = 139+205+165=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 165 (64.84% from 255 or 32.42% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCDA5 is #74325A. Grayscale: #B4B4B4. Windows color (decimal): -7615067 or 10866059. OLE color: 10866059.
HSL color Cylindrical-coordinate representation of color #8BCDA5: hue angle of 143.64º 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 #8BCDA5 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 165 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.20 |
| HSL | 143.64º | 0.4% | 0.67% | - |
| HSV(B) | 143.64º | 0.32% | 0.8% | - |
| XYZ | 39.27 | 51.87 | 43.54 | - |
| YUV | 180.71 | 119.13 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 165 | 0.32 | 0 | 0.20 | 0.20 | 143.64 | 0.4 | 0.67 |
| Hex | 8B | CD | A5 | 20 | 0 | 14 | 14 | 90 | 28 | 43 |
| Octal | 213 | 315 | 245 | 40 | 0 | 24 | 24 | 220 | 50 | 103 |
| Binary | 10001011 | 11001101 | 10100101 | 100000 | 0 | 10100 | 10100 | 10010000 | 101000 | 1000011 |
Color Harmonies of #8BCDA5
Complementary color
Monochromatic Colors of #8BCDA5
Black with #8BCDA5
Text Example
Text Example
White with #8BCDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCDA5; }
p { color: rgb(139,205,165); }
H1.HeaderClassName
{
color: #8BCDA5;
}
.AnyTagClassName
{
color: #8BCDA5;
}
</style>
background-color css
<style>
a { background-color: #8BCDA5; }
a { background-color: rgb(139,205,165); }
div.DivClassName
{
background-color: #8BCDA5;
}
.BgClassName
{
background-color: #8BCDA5;
}
</style>
border-color css
<style>
span { border-color: #8BCDA5; }
span { border-color: rgb(139,205,165); }
td.TdClassName
{
border-color: #8BCDA5;
}
.TagClassName
{
border-color: #8BCDA5;
}
</style>