Shades of Vista Blue #8ADCAA
Tints of Vista Blue #8ADCAA
RGB
CMYK
RGB Variations
Color information
#8ADCAA (or 0x8ADCAA) is known color: Vista Blue. HEX triplet: 8A, DC and AA. RGB value is (138,220,170). Sum of RGB (Red+Green+Blue) = 138+220+170=528 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.14% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADCAA is #752355. Grayscale: #BDBDBD. Windows color (decimal): -7676758 or 11197578. OLE color: 11197578.
HSL color Cylindrical-coordinate representation of color #8ADCAA: hue angle of 143.41º degrees, saturation: 0.54, 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 #8ADCAA is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 170 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.14 |
| HSL | 143.41º | 0.54% | 0.7% | - |
| HSV(B) | 143.41º | 0.37% | 0.86% | - |
| XYZ | 43.33 | 59.49 | 47.23 | - |
| YUV | 189.78 | 116.83 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 170 | 0.37 | 0 | 0.23 | 0.14 | 143.41 | 0.54 | 0.7 |
| Hex | 8A | DC | AA | 25 | 0 | 17 | E | 8F | 36 | 46 |
| Octal | 212 | 334 | 252 | 45 | 0 | 27 | 16 | 217 | 66 | 106 |
| Binary | 10001010 | 11011100 | 10101010 | 100101 | 0 | 10111 | 1110 | 10001111 | 110110 | 1000110 |
Color Harmonies of #8ADCAA
Complementary color
Monochromatic Colors of #8ADCAA
Black with #8ADCAA
Text Example
Text Example
White with #8ADCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADCAA; }
p { color: rgb(138,220,170); }
H1.HeaderClassName
{
color: #8ADCAA;
}
.AnyTagClassName
{
color: #8ADCAA;
}
</style>
background-color css
<style>
a { background-color: #8ADCAA; }
a { background-color: rgb(138,220,170); }
div.DivClassName
{
background-color: #8ADCAA;
}
.BgClassName
{
background-color: #8ADCAA;
}
</style>
border-color css
<style>
span { border-color: #8ADCAA; }
span { border-color: rgb(138,220,170); }
td.TdClassName
{
border-color: #8ADCAA;
}
.TagClassName
{
border-color: #8ADCAA;
}
</style>