Shades of Vista Blue #8ADEA7
Tints of Vista Blue #8ADEA7
RGB
CMYK
RGB Variations
Color information
#8ADEA7 (or 0x8ADEA7) is known color: Vista Blue. HEX triplet: 8A, DE and A7. RGB value is (138,222,167). Sum of RGB (Red+Green+Blue) = 138+222+167=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADEA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADEA7 is #752158. Grayscale: #BEBEBE. Windows color (decimal): -7676249 or 11001482. OLE color: 11001482.
HSL color Cylindrical-coordinate representation of color #8ADEA7: hue angle of 140.71º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADEA7 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 167 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.13 |
| HSL | 140.71º | 0.56% | 0.71% | - |
| HSV(B) | 140.71º | 0.38% | 0.87% | - |
| XYZ | 43.58 | 60.44 | 45.93 | - |
| YUV | 190.61 | 114.67 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 167 | 0.38 | 0 | 0.25 | 0.13 | 140.71 | 0.56 | 0.71 |
| Hex | 8A | DE | A7 | 26 | 0 | 19 | D | 8D | 38 | 47 |
| Octal | 212 | 336 | 247 | 46 | 0 | 31 | 15 | 215 | 70 | 107 |
| Binary | 10001010 | 11011110 | 10100111 | 100110 | 0 | 11001 | 1101 | 10001101 | 111000 | 1000111 |
Color Harmonies of #8ADEA7
Complementary color
Monochromatic Colors of #8ADEA7
Black with #8ADEA7
Text Example
Text Example
White with #8ADEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADEA7; }
p { color: rgb(138,222,167); }
H1.HeaderClassName
{
color: #8ADEA7;
}
.AnyTagClassName
{
color: #8ADEA7;
}
</style>
background-color css
<style>
a { background-color: #8ADEA7; }
a { background-color: rgb(138,222,167); }
div.DivClassName
{
background-color: #8ADEA7;
}
.BgClassName
{
background-color: #8ADEA7;
}
</style>
border-color css
<style>
span { border-color: #8ADEA7; }
span { border-color: rgb(138,222,167); }
td.TdClassName
{
border-color: #8ADEA7;
}
.TagClassName
{
border-color: #8ADEA7;
}
</style>