Shades of Vista Blue #8AD2AD
Tints of Vista Blue #8AD2AD
RGB
CMYK
RGB Variations
Color information
#8AD2AD (or 0x8AD2AD) is known color: Vista Blue. HEX triplet: 8A, D2 and AD. RGB value is (138,210,173). Sum of RGB (Red+Green+Blue) = 138+210+173=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD2AD is #752D52. Grayscale: #B8B8B8. Windows color (decimal): -7679315 or 11391626. OLE color: 11391626.
HSL color Cylindrical-coordinate representation of color #8AD2AD: hue angle of 149.17º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AD2AD is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 173 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.18 |
| HSL | 149.17º | 0.44% | 0.68% | - |
| HSV(B) | 149.17º | 0.34% | 0.82% | - |
| XYZ | 41.07 | 54.51 | 47.89 | - |
| YUV | 184.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 173 | 0.34 | 0 | 0.18 | 0.18 | 149.17 | 0.44 | 0.68 |
| Hex | 8A | D2 | AD | 22 | 0 | 12 | 12 | 95 | 2C | 44 |
| Octal | 212 | 322 | 255 | 42 | 0 | 22 | 22 | 225 | 54 | 104 |
| Binary | 10001010 | 11010010 | 10101101 | 100010 | 0 | 10010 | 10010 | 10010101 | 101100 | 1000100 |
Color Harmonies of #8AD2AD
Complementary color
Monochromatic Colors of #8AD2AD
Black with #8AD2AD
Text Example
Text Example
White with #8AD2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD2AD; }
p { color: rgb(138,210,173); }
H1.HeaderClassName
{
color: #8AD2AD;
}
.AnyTagClassName
{
color: #8AD2AD;
}
</style>
background-color css
<style>
a { background-color: #8AD2AD; }
a { background-color: rgb(138,210,173); }
div.DivClassName
{
background-color: #8AD2AD;
}
.BgClassName
{
background-color: #8AD2AD;
}
</style>
border-color css
<style>
span { border-color: #8AD2AD; }
span { border-color: rgb(138,210,173); }
td.TdClassName
{
border-color: #8AD2AD;
}
.TagClassName
{
border-color: #8AD2AD;
}
</style>