Shades of Vista Blue #8BDAB2
Tints of Vista Blue #8BDAB2
RGB
CMYK
RGB Variations
Color information
#8BDAB2 (or 0x8BDAB2) is known color: Vista Blue. HEX triplet: 8B, DA and B2. RGB value is (139,218,178). Sum of RGB (Red+Green+Blue) = 139+218+178=535 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.98% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #8BDAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDAB2 is #74254D. Grayscale: #BDBDBD. Windows color (decimal): -7611726 or 11721355. OLE color: 11721355.
HSL color Cylindrical-coordinate representation of color #8BDAB2: hue angle of 149.62º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BDAB2 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 218 | 178 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.15 |
| HSL | 149.62º | 0.52% | 0.7% | - |
| HSV(B) | 149.62º | 0.36% | 0.85% | - |
| XYZ | 43.75 | 58.85 | 51.17 | - |
| YUV | 189.82 | 121.33 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 218 | 178 | 0.36 | 0 | 0.18 | 0.15 | 149.62 | 0.52 | 0.7 |
| Hex | 8B | DA | B2 | 24 | 0 | 12 | F | 96 | 34 | 46 |
| Octal | 213 | 332 | 262 | 44 | 0 | 22 | 17 | 226 | 64 | 106 |
| Binary | 10001011 | 11011010 | 10110010 | 100100 | 0 | 10010 | 1111 | 10010110 | 110100 | 1000110 |
Color Harmonies of #8BDAB2
Complementary color
Monochromatic Colors of #8BDAB2
Black with #8BDAB2
Text Example
Text Example
White with #8BDAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDAB2; }
p { color: rgb(139,218,178); }
H1.HeaderClassName
{
color: #8BDAB2;
}
.AnyTagClassName
{
color: #8BDAB2;
}
</style>
background-color css
<style>
a { background-color: #8BDAB2; }
a { background-color: rgb(139,218,178); }
div.DivClassName
{
background-color: #8BDAB2;
}
.BgClassName
{
background-color: #8BDAB2;
}
</style>
border-color css
<style>
span { border-color: #8BDAB2; }
span { border-color: rgb(139,218,178); }
td.TdClassName
{
border-color: #8BDAB2;
}
.TagClassName
{
border-color: #8BDAB2;
}
</style>