Shades of Vista Blue #8BCFA5
Tints of Vista Blue #8BCFA5
RGB
CMYK
RGB Variations
Color information
#8BCFA5 (or 0x8BCFA5) is known color: Vista Blue. HEX triplet: 8B, CF and A5. RGB value is (139,207,165). Sum of RGB (Red+Green+Blue) = 139+207+165=511 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.20% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCFA5 is #74305A. Grayscale: #B5B5B5. Windows color (decimal): -7614555 or 10866571. OLE color: 10866571.
HSL color Cylindrical-coordinate representation of color #8BCFA5: hue angle of 142.94º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCFA5 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 207 | 165 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.19 |
| HSL | 142.94º | 0.41% | 0.68% | - |
| HSV(B) | 142.94º | 0.33% | 0.81% | - |
| XYZ | 39.75 | 52.83 | 43.7 | - |
| YUV | 181.88 | 118.47 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 165 | 0.33 | 0 | 0.20 | 0.19 | 142.94 | 0.41 | 0.68 |
| Hex | 8B | CF | A5 | 21 | 0 | 14 | 13 | 8F | 29 | 44 |
| Octal | 213 | 317 | 245 | 41 | 0 | 24 | 23 | 217 | 51 | 104 |
| Binary | 10001011 | 11001111 | 10100101 | 100001 | 0 | 10100 | 10011 | 10001111 | 101001 | 1000100 |
Color Harmonies of #8BCFA5
Complementary color
Monochromatic Colors of #8BCFA5
Black with #8BCFA5
Text Example
Text Example
White with #8BCFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCFA5; }
p { color: rgb(139,207,165); }
H1.HeaderClassName
{
color: #8BCFA5;
}
.AnyTagClassName
{
color: #8BCFA5;
}
</style>
background-color css
<style>
a { background-color: #8BCFA5; }
a { background-color: rgb(139,207,165); }
div.DivClassName
{
background-color: #8BCFA5;
}
.BgClassName
{
background-color: #8BCFA5;
}
</style>
border-color css
<style>
span { border-color: #8BCFA5; }
span { border-color: rgb(139,207,165); }
td.TdClassName
{
border-color: #8BCFA5;
}
.TagClassName
{
border-color: #8BCFA5;
}
</style>