Shades of Vista Blue #8BDAB8
Tints of Vista Blue #8BDAB8
RGB
CMYK
RGB Variations
Color information
#8BDAB8 (or 0x8BDAB8) is known color: Vista Blue. HEX triplet: 8B, DA and B8. RGB value is (139,218,184). Sum of RGB (Red+Green+Blue) = 139+218+184=541 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.69% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 184 (72.27% from 255 or 34.01% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #8BDAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDAB8 is #742547. Grayscale: #BEBEBE. Windows color (decimal): -7611720 or 12114571. OLE color: 12114571.
HSL color Cylindrical-coordinate representation of color #8BDAB8: hue angle of 154.18º 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 #8BDAB8 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 218 | 184 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.15 |
| HSL | 154.18º | 0.52% | 0.7% | - |
| HSV(B) | 154.18º | 0.36% | 0.85% | - |
| XYZ | 44.37 | 59.09 | 54.41 | - |
| YUV | 190.5 | 124.33 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 218 | 184 | 0.36 | 0 | 0.16 | 0.15 | 154.18 | 0.52 | 0.7 |
| Hex | 8B | DA | B8 | 24 | 0 | 10 | F | 9A | 34 | 46 |
| Octal | 213 | 332 | 270 | 44 | 0 | 20 | 17 | 232 | 64 | 106 |
| Binary | 10001011 | 11011010 | 10111000 | 100100 | 0 | 10000 | 1111 | 10011010 | 110100 | 1000110 |
Color Harmonies of #8BDAB8
Complementary color
Monochromatic Colors of #8BDAB8
Black with #8BDAB8
Text Example
Text Example
White with #8BDAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDAB8; }
p { color: rgb(139,218,184); }
H1.HeaderClassName
{
color: #8BDAB8;
}
.AnyTagClassName
{
color: #8BDAB8;
}
</style>
background-color css
<style>
a { background-color: #8BDAB8; }
a { background-color: rgb(139,218,184); }
div.DivClassName
{
background-color: #8BDAB8;
}
.BgClassName
{
background-color: #8BDAB8;
}
</style>
border-color css
<style>
span { border-color: #8BDAB8; }
span { border-color: rgb(139,218,184); }
td.TdClassName
{
border-color: #8BDAB8;
}
.TagClassName
{
border-color: #8BDAB8;
}
</style>