Shades of Vista Blue #8ADBA8
Tints of Vista Blue #8ADBA8
RGB
CMYK
RGB Variations
Color information
#8ADBA8 (or 0x8ADBA8) is known color: Vista Blue. HEX triplet: 8A, DB and A8. RGB value is (138,219,168). Sum of RGB (Red+Green+Blue) = 138+219+168=525 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.29% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADBA8 is #752457. Grayscale: #BDBDBD. Windows color (decimal): -7677016 or 11066250. OLE color: 11066250.
HSL color Cylindrical-coordinate representation of color #8ADBA8: hue angle of 142.22º 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 #8ADBA8 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 168 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.14 |
| HSL | 142.22º | 0.53% | 0.7% | - |
| HSV(B) | 142.22º | 0.37% | 0.86% | - |
| XYZ | 42.88 | 58.89 | 46.15 | - |
| YUV | 188.97 | 116.16 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 168 | 0.37 | 0 | 0.23 | 0.14 | 142.22 | 0.53 | 0.7 |
| Hex | 8A | DB | A8 | 25 | 0 | 17 | E | 8E | 35 | 46 |
| Octal | 212 | 333 | 250 | 45 | 0 | 27 | 16 | 216 | 65 | 106 |
| Binary | 10001010 | 11011011 | 10101000 | 100101 | 0 | 10111 | 1110 | 10001110 | 110101 | 1000110 |
Color Harmonies of #8ADBA8
Complementary color
Monochromatic Colors of #8ADBA8
Black with #8ADBA8
Text Example
Text Example
White with #8ADBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADBA8; }
p { color: rgb(138,219,168); }
H1.HeaderClassName
{
color: #8ADBA8;
}
.AnyTagClassName
{
color: #8ADBA8;
}
</style>
background-color css
<style>
a { background-color: #8ADBA8; }
a { background-color: rgb(138,219,168); }
div.DivClassName
{
background-color: #8ADBA8;
}
.BgClassName
{
background-color: #8ADBA8;
}
</style>
border-color css
<style>
span { border-color: #8ADBA8; }
span { border-color: rgb(138,219,168); }
td.TdClassName
{
border-color: #8ADBA8;
}
.TagClassName
{
border-color: #8ADBA8;
}
</style>