Shades of Vista Blue #8BDCB2
Tints of Vista Blue #8BDCB2
RGB
CMYK
RGB Variations
Color information
#8BDCB2 (or 0x8BDCB2) is known color: Vista Blue. HEX triplet: 8B, DC and B2. RGB value is (139,220,178). Sum of RGB (Red+Green+Blue) = 139+220+178=537 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.88% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDCB2 is #74234D. Grayscale: #BFBFBF. Windows color (decimal): -7611214 or 11721867. OLE color: 11721867.
HSL color Cylindrical-coordinate representation of color #8BDCB2: hue angle of 148.89º 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 #8BDCB2 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 178 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.14 |
| HSL | 148.89º | 0.54% | 0.7% | - |
| HSV(B) | 148.89º | 0.37% | 0.86% | - |
| XYZ | 44.28 | 59.89 | 51.35 | - |
| YUV | 190.99 | 120.66 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 178 | 0.37 | 0 | 0.19 | 0.14 | 148.89 | 0.54 | 0.7 |
| Hex | 8B | DC | B2 | 25 | 0 | 13 | E | 95 | 36 | 46 |
| Octal | 213 | 334 | 262 | 45 | 0 | 23 | 16 | 225 | 66 | 106 |
| Binary | 10001011 | 11011100 | 10110010 | 100101 | 0 | 10011 | 1110 | 10010101 | 110110 | 1000110 |
Color Harmonies of #8BDCB2
Complementary color
Monochromatic Colors of #8BDCB2
Black with #8BDCB2
Text Example
Text Example
White with #8BDCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDCB2; }
p { color: rgb(139,220,178); }
H1.HeaderClassName
{
color: #8BDCB2;
}
.AnyTagClassName
{
color: #8BDCB2;
}
</style>
background-color css
<style>
a { background-color: #8BDCB2; }
a { background-color: rgb(139,220,178); }
div.DivClassName
{
background-color: #8BDCB2;
}
.BgClassName
{
background-color: #8BDCB2;
}
</style>
border-color css
<style>
span { border-color: #8BDCB2; }
span { border-color: rgb(139,220,178); }
td.TdClassName
{
border-color: #8BDCB2;
}
.TagClassName
{
border-color: #8BDCB2;
}
</style>