Shades of Vista Blue #8BDBAD
Tints of Vista Blue #8BDBAD
RGB
CMYK
RGB Variations
Color information
#8BDBAD (or 0x8BDBAD) is known color: Vista Blue. HEX triplet: 8B, DB and AD. RGB value is (139,219,173). Sum of RGB (Red+Green+Blue) = 139+219+173=531 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.18% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDBAD is #742452. Grayscale: #BDBDBD. Windows color (decimal): -7611475 or 11393931. OLE color: 11393931.
HSL color Cylindrical-coordinate representation of color #8BDBAD: hue angle of 145.5º 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 #8BDBAD is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 173 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.14 |
| HSL | 145.5º | 0.53% | 0.7% | - |
| HSV(B) | 145.5º | 0.37% | 0.86% | - |
| XYZ | 43.52 | 59.17 | 48.66 | - |
| YUV | 189.84 | 118.5 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 173 | 0.37 | 0 | 0.21 | 0.14 | 145.5 | 0.53 | 0.7 |
| Hex | 8B | DB | AD | 25 | 0 | 15 | E | 92 | 35 | 46 |
| Octal | 213 | 333 | 255 | 45 | 0 | 25 | 16 | 222 | 65 | 106 |
| Binary | 10001011 | 11011011 | 10101101 | 100101 | 0 | 10101 | 1110 | 10010010 | 110101 | 1000110 |
Color Harmonies of #8BDBAD
Complementary color
Monochromatic Colors of #8BDBAD
Black with #8BDBAD
Text Example
Text Example
White with #8BDBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDBAD; }
p { color: rgb(139,219,173); }
H1.HeaderClassName
{
color: #8BDBAD;
}
.AnyTagClassName
{
color: #8BDBAD;
}
</style>
background-color css
<style>
a { background-color: #8BDBAD; }
a { background-color: rgb(139,219,173); }
div.DivClassName
{
background-color: #8BDBAD;
}
.BgClassName
{
background-color: #8BDBAD;
}
</style>
border-color css
<style>
span { border-color: #8BDBAD; }
span { border-color: rgb(139,219,173); }
td.TdClassName
{
border-color: #8BDBAD;
}
.TagClassName
{
border-color: #8BDBAD;
}
</style>