Shades of Vista Blue #8ADDAF
Tints of Vista Blue #8ADDAF
RGB
CMYK
RGB Variations
Color information
#8ADDAF (or 0x8ADDAF) is known color: Vista Blue. HEX triplet: 8A, DD and AF. RGB value is (138,221,175). Sum of RGB (Red+Green+Blue) = 138+221+175=534 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.84% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADDAF is #752250. Grayscale: #BFBFBF. Windows color (decimal): -7676497 or 11525514. OLE color: 11525514.
HSL color Cylindrical-coordinate representation of color #8ADDAF: hue angle of 146.75º 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 #8ADDAF is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 175 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.13 |
| HSL | 146.75º | 0.55% | 0.7% | - |
| HSV(B) | 146.75º | 0.38% | 0.87% | - |
| XYZ | 44.08 | 60.21 | 49.86 | - |
| YUV | 190.94 | 119 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 175 | 0.38 | 0 | 0.21 | 0.13 | 146.75 | 0.55 | 0.7 |
| Hex | 8A | DD | AF | 26 | 0 | 15 | D | 93 | 37 | 46 |
| Octal | 212 | 335 | 257 | 46 | 0 | 25 | 15 | 223 | 67 | 106 |
| Binary | 10001010 | 11011101 | 10101111 | 100110 | 0 | 10101 | 1101 | 10010011 | 110111 | 1000110 |
Color Harmonies of #8ADDAF
Complementary color
Monochromatic Colors of #8ADDAF
Black with #8ADDAF
Text Example
Text Example
White with #8ADDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDAF; }
p { color: rgb(138,221,175); }
H1.HeaderClassName
{
color: #8ADDAF;
}
.AnyTagClassName
{
color: #8ADDAF;
}
</style>
background-color css
<style>
a { background-color: #8ADDAF; }
a { background-color: rgb(138,221,175); }
div.DivClassName
{
background-color: #8ADDAF;
}
.BgClassName
{
background-color: #8ADDAF;
}
</style>
border-color css
<style>
span { border-color: #8ADDAF; }
span { border-color: rgb(138,221,175); }
td.TdClassName
{
border-color: #8ADDAF;
}
.TagClassName
{
border-color: #8ADDAF;
}
</style>