Shades of Vista Blue #8BDBA6
Tints of Vista Blue #8BDBA6
RGB
CMYK
RGB Variations
Color information
#8BDBA6 (or 0x8BDBA6) is known color: Vista Blue. HEX triplet: 8B, DB and A6. RGB value is (139,219,166). Sum of RGB (Red+Green+Blue) = 139+219+166=524 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.53% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDBA6 is #742459. Grayscale: #BDBDBD. Windows color (decimal): -7611482 or 10935179. OLE color: 10935179.
HSL color Cylindrical-coordinate representation of color #8BDBA6: hue angle of 140.25º 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 #8BDBA6 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 166 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.14 |
| HSL | 140.25º | 0.53% | 0.7% | - |
| HSV(B) | 140.25º | 0.37% | 0.86% | - |
| XYZ | 42.86 | 58.91 | 45.19 | - |
| YUV | 189.04 | 115 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 166 | 0.37 | 0 | 0.24 | 0.14 | 140.25 | 0.53 | 0.7 |
| Hex | 8B | DB | A6 | 25 | 0 | 18 | E | 8C | 35 | 46 |
| Octal | 213 | 333 | 246 | 45 | 0 | 30 | 16 | 214 | 65 | 106 |
| Binary | 10001011 | 11011011 | 10100110 | 100101 | 0 | 11000 | 1110 | 10001100 | 110101 | 1000110 |
Color Harmonies of #8BDBA6
Complementary color
Monochromatic Colors of #8BDBA6
Black with #8BDBA6
Text Example
Text Example
White with #8BDBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDBA6; }
p { color: rgb(139,219,166); }
H1.HeaderClassName
{
color: #8BDBA6;
}
.AnyTagClassName
{
color: #8BDBA6;
}
</style>
background-color css
<style>
a { background-color: #8BDBA6; }
a { background-color: rgb(139,219,166); }
div.DivClassName
{
background-color: #8BDBA6;
}
.BgClassName
{
background-color: #8BDBA6;
}
</style>
border-color css
<style>
span { border-color: #8BDBA6; }
span { border-color: rgb(139,219,166); }
td.TdClassName
{
border-color: #8BDBA6;
}
.TagClassName
{
border-color: #8BDBA6;
}
</style>