Shades of Vista Blue #8AD9B0
Tints of Vista Blue #8AD9B0
RGB
CMYK
RGB Variations
Color information
#8AD9B0 (or 0x8AD9B0) is known color: Vista Blue. HEX triplet: 8A, D9 and B0. RGB value is (138,217,176). Sum of RGB (Red+Green+Blue) = 138+217+176=531 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.99% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD9B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD9B0 is #75264F. Grayscale: #BCBCBC. Windows color (decimal): -7677520 or 11590026. OLE color: 11590026.
HSL color Cylindrical-coordinate representation of color #8AD9B0: hue angle of 148.86º degrees, saturation: 0.51, 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 #8AD9B0 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 217 | 176 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.15 |
| HSL | 148.86º | 0.51% | 0.7% | - |
| HSV(B) | 148.86º | 0.36% | 0.85% | - |
| XYZ | 43.13 | 58.16 | 50.03 | - |
| YUV | 188.71 | 120.83 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 217 | 176 | 0.36 | 0 | 0.19 | 0.15 | 148.86 | 0.51 | 0.7 |
| Hex | 8A | D9 | B0 | 24 | 0 | 13 | F | 95 | 33 | 46 |
| Octal | 212 | 331 | 260 | 44 | 0 | 23 | 17 | 225 | 63 | 106 |
| Binary | 10001010 | 11011001 | 10110000 | 100100 | 0 | 10011 | 1111 | 10010101 | 110011 | 1000110 |
Color Harmonies of #8AD9B0
Complementary color
Monochromatic Colors of #8AD9B0
Black with #8AD9B0
Text Example
Text Example
White with #8AD9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD9B0; }
p { color: rgb(138,217,176); }
H1.HeaderClassName
{
color: #8AD9B0;
}
.AnyTagClassName
{
color: #8AD9B0;
}
</style>
background-color css
<style>
a { background-color: #8AD9B0; }
a { background-color: rgb(138,217,176); }
div.DivClassName
{
background-color: #8AD9B0;
}
.BgClassName
{
background-color: #8AD9B0;
}
</style>
border-color css
<style>
span { border-color: #8AD9B0; }
span { border-color: rgb(138,217,176); }
td.TdClassName
{
border-color: #8AD9B0;
}
.TagClassName
{
border-color: #8AD9B0;
}
</style>