Shades of Vista Blue #8ADDAD
Tints of Vista Blue #8ADDAD
RGB
CMYK
RGB Variations
Color information
#8ADDAD (or 0x8ADDAD) is known color: Vista Blue. HEX triplet: 8A, DD and AD. RGB value is (138,221,173). Sum of RGB (Red+Green+Blue) = 138+221+173=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADDAD is #752252. Grayscale: #BEBEBE. Windows color (decimal): -7676499 or 11394442. OLE color: 11394442.
HSL color Cylindrical-coordinate representation of color #8ADDAD: hue angle of 145.3º 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 #8ADDAD is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 173 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.13 |
| HSL | 145.3º | 0.55% | 0.7% | - |
| HSV(B) | 145.3º | 0.38% | 0.87% | - |
| XYZ | 43.88 | 60.13 | 48.83 | - |
| YUV | 190.71 | 118 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 173 | 0.38 | 0 | 0.22 | 0.13 | 145.3 | 0.55 | 0.7 |
| Hex | 8A | DD | AD | 26 | 0 | 16 | D | 91 | 37 | 46 |
| Octal | 212 | 335 | 255 | 46 | 0 | 26 | 15 | 221 | 67 | 106 |
| Binary | 10001010 | 11011101 | 10101101 | 100110 | 0 | 10110 | 1101 | 10010001 | 110111 | 1000110 |
Color Harmonies of #8ADDAD
Complementary color
Monochromatic Colors of #8ADDAD
Black with #8ADDAD
Text Example
Text Example
White with #8ADDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDAD; }
p { color: rgb(138,221,173); }
H1.HeaderClassName
{
color: #8ADDAD;
}
.AnyTagClassName
{
color: #8ADDAD;
}
</style>
background-color css
<style>
a { background-color: #8ADDAD; }
a { background-color: rgb(138,221,173); }
div.DivClassName
{
background-color: #8ADDAD;
}
.BgClassName
{
background-color: #8ADDAD;
}
</style>
border-color css
<style>
span { border-color: #8ADDAD; }
span { border-color: rgb(138,221,173); }
td.TdClassName
{
border-color: #8ADDAD;
}
.TagClassName
{
border-color: #8ADDAD;
}
</style>