Shades of Vista Blue #8AD0A8
Tints of Vista Blue #8AD0A8
RGB
CMYK
RGB Variations
Color information
#8AD0A8 (or 0x8AD0A8) is known color: Vista Blue. HEX triplet: 8A, D0 and A8. RGB value is (138,208,168). Sum of RGB (Red+Green+Blue) = 138+208+168=514 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.85% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD0A8 is #752F57. Grayscale: #B6B6B6. Windows color (decimal): -7679832 or 11063434. OLE color: 11063434.
HSL color Cylindrical-coordinate representation of color #8AD0A8: hue angle of 145.71º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AD0A8 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 168 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.18 |
| HSL | 145.71º | 0.43% | 0.68% | - |
| HSV(B) | 145.71º | 0.34% | 0.82% | - |
| XYZ | 40.1 | 53.34 | 45.23 | - |
| YUV | 182.51 | 119.81 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 168 | 0.34 | 0 | 0.19 | 0.18 | 145.71 | 0.43 | 0.68 |
| Hex | 8A | D0 | A8 | 22 | 0 | 13 | 12 | 92 | 2B | 44 |
| Octal | 212 | 320 | 250 | 42 | 0 | 23 | 22 | 222 | 53 | 104 |
| Binary | 10001010 | 11010000 | 10101000 | 100010 | 0 | 10011 | 10010 | 10010010 | 101011 | 1000100 |
Color Harmonies of #8AD0A8
Complementary color
Monochromatic Colors of #8AD0A8
Black with #8AD0A8
Text Example
Text Example
White with #8AD0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD0A8; }
p { color: rgb(138,208,168); }
H1.HeaderClassName
{
color: #8AD0A8;
}
.AnyTagClassName
{
color: #8AD0A8;
}
</style>
background-color css
<style>
a { background-color: #8AD0A8; }
a { background-color: rgb(138,208,168); }
div.DivClassName
{
background-color: #8AD0A8;
}
.BgClassName
{
background-color: #8AD0A8;
}
</style>
border-color css
<style>
span { border-color: #8AD0A8; }
span { border-color: rgb(138,208,168); }
td.TdClassName
{
border-color: #8AD0A8;
}
.TagClassName
{
border-color: #8AD0A8;
}
</style>