Shades of Vista Blue #8BDCB5
Tints of Vista Blue #8BDCB5
RGB
CMYK
RGB Variations
Color information
#8BDCB5 (or 0x8BDCB5) is known color: Vista Blue. HEX triplet: 8B, DC and B5. RGB value is (139,220,181). Sum of RGB (Red+Green+Blue) = 139+220+181=540 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.74% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDCB5 is #74234A. Grayscale: #BFBFBF. Windows color (decimal): -7611211 or 11918475. OLE color: 11918475.
HSL color Cylindrical-coordinate representation of color #8BDCB5: hue angle of 151.11º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDCB5 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 181 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.14 |
| HSL | 151.11º | 0.54% | 0.7% | - |
| HSV(B) | 151.11º | 0.37% | 0.86% | - |
| XYZ | 44.58 | 60.01 | 52.95 | - |
| YUV | 191.34 | 122.16 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 181 | 0.37 | 0 | 0.18 | 0.14 | 151.11 | 0.54 | 0.7 |
| Hex | 8B | DC | B5 | 25 | 0 | 12 | E | 97 | 36 | 46 |
| Octal | 213 | 334 | 265 | 45 | 0 | 22 | 16 | 227 | 66 | 106 |
| Binary | 10001011 | 11011100 | 10110101 | 100101 | 0 | 10010 | 1110 | 10010111 | 110110 | 1000110 |
Color Harmonies of #8BDCB5
Complementary color
Monochromatic Colors of #8BDCB5
Black with #8BDCB5
Text Example
Text Example
White with #8BDCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDCB5; }
p { color: rgb(139,220,181); }
H1.HeaderClassName
{
color: #8BDCB5;
}
.AnyTagClassName
{
color: #8BDCB5;
}
</style>
background-color css
<style>
a { background-color: #8BDCB5; }
a { background-color: rgb(139,220,181); }
div.DivClassName
{
background-color: #8BDCB5;
}
.BgClassName
{
background-color: #8BDCB5;
}
</style>
border-color css
<style>
span { border-color: #8BDCB5; }
span { border-color: rgb(139,220,181); }
td.TdClassName
{
border-color: #8BDCB5;
}
.TagClassName
{
border-color: #8BDCB5;
}
</style>