Shades of Vista Blue #8ADDAA
Tints of Vista Blue #8ADDAA
RGB
CMYK
RGB Variations
Color information
#8ADDAA (or 0x8ADDAA) is known color: Vista Blue. HEX triplet: 8A, DD and AA. RGB value is (138,221,170). Sum of RGB (Red+Green+Blue) = 138+221+170=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADDAA is #752255. Grayscale: #BEBEBE. Windows color (decimal): -7676502 or 11197834. OLE color: 11197834.
HSL color Cylindrical-coordinate representation of color #8ADDAA: hue angle of 143.13º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADDAA is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 170 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.13 |
| HSL | 143.13º | 0.55% | 0.7% | - |
| HSV(B) | 143.13º | 0.38% | 0.87% | - |
| XYZ | 43.59 | 60.02 | 47.32 | - |
| YUV | 190.37 | 116.5 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 170 | 0.38 | 0 | 0.23 | 0.13 | 143.13 | 0.55 | 0.7 |
| Hex | 8A | DD | AA | 26 | 0 | 17 | D | 8F | 37 | 46 |
| Octal | 212 | 335 | 252 | 46 | 0 | 27 | 15 | 217 | 67 | 106 |
| Binary | 10001010 | 11011101 | 10101010 | 100110 | 0 | 10111 | 1101 | 10001111 | 110111 | 1000110 |
Color Harmonies of #8ADDAA
Complementary color
Monochromatic Colors of #8ADDAA
Black with #8ADDAA
Text Example
Text Example
White with #8ADDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDAA; }
p { color: rgb(138,221,170); }
H1.HeaderClassName
{
color: #8ADDAA;
}
.AnyTagClassName
{
color: #8ADDAA;
}
</style>
background-color css
<style>
a { background-color: #8ADDAA; }
a { background-color: rgb(138,221,170); }
div.DivClassName
{
background-color: #8ADDAA;
}
.BgClassName
{
background-color: #8ADDAA;
}
</style>
border-color css
<style>
span { border-color: #8ADDAA; }
span { border-color: rgb(138,221,170); }
td.TdClassName
{
border-color: #8ADDAA;
}
.TagClassName
{
border-color: #8ADDAA;
}
</style>