Shades of Vista Blue #8BDBAE
Tints of Vista Blue #8BDBAE
RGB
CMYK
RGB Variations
Color information
#8BDBAE (or 0x8BDBAE) is known color: Vista Blue. HEX triplet: 8B, DB and AE. RGB value is (139,219,174). Sum of RGB (Red+Green+Blue) = 139+219+174=532 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.13% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDBAE is #742451. Grayscale: #BEBEBE. Windows color (decimal): -7611474 or 11459467. OLE color: 11459467.
HSL color Cylindrical-coordinate representation of color #8BDBAE: hue angle of 146.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 #8BDBAE is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 174 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.14 |
| HSL | 146.25º | 0.53% | 0.7% | - |
| HSV(B) | 146.25º | 0.37% | 0.86% | - |
| XYZ | 43.62 | 59.21 | 49.17 | - |
| YUV | 189.95 | 119 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 174 | 0.37 | 0 | 0.21 | 0.14 | 146.25 | 0.53 | 0.7 |
| Hex | 8B | DB | AE | 25 | 0 | 15 | E | 92 | 35 | 46 |
| Octal | 213 | 333 | 256 | 45 | 0 | 25 | 16 | 222 | 65 | 106 |
| Binary | 10001011 | 11011011 | 10101110 | 100101 | 0 | 10101 | 1110 | 10010010 | 110101 | 1000110 |
Color Harmonies of #8BDBAE
Complementary color
Monochromatic Colors of #8BDBAE
Black with #8BDBAE
Text Example
Text Example
White with #8BDBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDBAE; }
p { color: rgb(139,219,174); }
H1.HeaderClassName
{
color: #8BDBAE;
}
.AnyTagClassName
{
color: #8BDBAE;
}
</style>
background-color css
<style>
a { background-color: #8BDBAE; }
a { background-color: rgb(139,219,174); }
div.DivClassName
{
background-color: #8BDBAE;
}
.BgClassName
{
background-color: #8BDBAE;
}
</style>
border-color css
<style>
span { border-color: #8BDBAE; }
span { border-color: rgb(139,219,174); }
td.TdClassName
{
border-color: #8BDBAE;
}
.TagClassName
{
border-color: #8BDBAE;
}
</style>