Shades of Vista Blue #8BDAB4
Tints of Vista Blue #8BDAB4
RGB
CMYK
RGB Variations
Color information
#8BDAB4 (or 0x8BDAB4) is known color: Vista Blue. HEX triplet: 8B, DA and B4. RGB value is (139,218,180). Sum of RGB (Red+Green+Blue) = 139+218+180=537 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.88% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #8BDAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDAB4 is #74254B. Grayscale: #BEBEBE. Windows color (decimal): -7611724 or 11852427. OLE color: 11852427.
HSL color Cylindrical-coordinate representation of color #8BDAB4: hue angle of 151.14º 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 #8BDAB4 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 218 | 180 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.15 |
| HSL | 151.14º | 0.52% | 0.7% | - |
| HSV(B) | 151.14º | 0.36% | 0.85% | - |
| XYZ | 43.96 | 58.93 | 52.24 | - |
| YUV | 190.05 | 122.33 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 218 | 180 | 0.36 | 0 | 0.17 | 0.15 | 151.14 | 0.52 | 0.7 |
| Hex | 8B | DA | B4 | 24 | 0 | 11 | F | 97 | 34 | 46 |
| Octal | 213 | 332 | 264 | 44 | 0 | 21 | 17 | 227 | 64 | 106 |
| Binary | 10001011 | 11011010 | 10110100 | 100100 | 0 | 10001 | 1111 | 10010111 | 110100 | 1000110 |
Color Harmonies of #8BDAB4
Complementary color
Monochromatic Colors of #8BDAB4
Black with #8BDAB4
Text Example
Text Example
White with #8BDAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDAB4; }
p { color: rgb(139,218,180); }
H1.HeaderClassName
{
color: #8BDAB4;
}
.AnyTagClassName
{
color: #8BDAB4;
}
</style>
background-color css
<style>
a { background-color: #8BDAB4; }
a { background-color: rgb(139,218,180); }
div.DivClassName
{
background-color: #8BDAB4;
}
.BgClassName
{
background-color: #8BDAB4;
}
</style>
border-color css
<style>
span { border-color: #8BDAB4; }
span { border-color: rgb(139,218,180); }
td.TdClassName
{
border-color: #8BDAB4;
}
.TagClassName
{
border-color: #8BDAB4;
}
</style>