Shades of Vista Blue #8BDBB7
Tints of Vista Blue #8BDBB7
RGB
CMYK
RGB Variations
Color information
#8BDBB7 (or 0x8BDBB7) is known color: Vista Blue. HEX triplet: 8B, DB and B7. RGB value is (139,219,183). Sum of RGB (Red+Green+Blue) = 139+219+183=541 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.69% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 183 (71.88% from 255 or 33.83% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDBB7 is #742448. Grayscale: #BFBFBF. Windows color (decimal): -7611465 or 12049291. OLE color: 12049291.
HSL color Cylindrical-coordinate representation of color #8BDBB7: hue angle of 153º degrees, saturation: 0.53, 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 #8BDBB7 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 183 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.14 |
| HSL | 153º | 0.53% | 0.7% | - |
| HSV(B) | 153º | 0.37% | 0.86% | - |
| XYZ | 44.53 | 59.57 | 53.95 | - |
| YUV | 190.98 | 123.5 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 183 | 0.37 | 0 | 0.16 | 0.14 | 153 | 0.53 | 0.7 |
| Hex | 8B | DB | B7 | 25 | 0 | 10 | E | 99 | 35 | 46 |
| Octal | 213 | 333 | 267 | 45 | 0 | 20 | 16 | 231 | 65 | 106 |
| Binary | 10001011 | 11011011 | 10110111 | 100101 | 0 | 10000 | 1110 | 10011001 | 110101 | 1000110 |
Color Harmonies of #8BDBB7
Complementary color
Monochromatic Colors of #8BDBB7
Black with #8BDBB7
Text Example
Text Example
White with #8BDBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDBB7; }
p { color: rgb(139,219,183); }
H1.HeaderClassName
{
color: #8BDBB7;
}
.AnyTagClassName
{
color: #8BDBB7;
}
</style>
background-color css
<style>
a { background-color: #8BDBB7; }
a { background-color: rgb(139,219,183); }
div.DivClassName
{
background-color: #8BDBB7;
}
.BgClassName
{
background-color: #8BDBB7;
}
</style>
border-color css
<style>
span { border-color: #8BDBB7; }
span { border-color: rgb(139,219,183); }
td.TdClassName
{
border-color: #8BDBB7;
}
.TagClassName
{
border-color: #8BDBB7;
}
</style>