Shades of Vista Blue #8ACDAB
Tints of Vista Blue #8ACDAB
RGB
CMYK
RGB Variations
Color information
#8ACDAB (or 0x8ACDAB) is known color: Vista Blue. HEX triplet: 8A, CD and AB. RGB value is (138,205,171). Sum of RGB (Red+Green+Blue) = 138+205+171=514 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.85% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACDAB is #753254. Grayscale: #B5B5B5. Windows color (decimal): -7680597 or 11259274. OLE color: 11259274.
HSL color Cylindrical-coordinate representation of color #8ACDAB: hue angle of 149.55º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACDAB is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 171 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.20 |
| HSL | 149.55º | 0.4% | 0.67% | - |
| HSV(B) | 149.55º | 0.33% | 0.8% | - |
| XYZ | 39.66 | 52.01 | 46.48 | - |
| YUV | 181.09 | 122.3 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 171 | 0.33 | 0 | 0.17 | 0.20 | 149.55 | 0.4 | 0.67 |
| Hex | 8A | CD | AB | 21 | 0 | 11 | 14 | 96 | 28 | 43 |
| Octal | 212 | 315 | 253 | 41 | 0 | 21 | 24 | 226 | 50 | 103 |
| Binary | 10001010 | 11001101 | 10101011 | 100001 | 0 | 10001 | 10100 | 10010110 | 101000 | 1000011 |
Color Harmonies of #8ACDAB
Complementary color
Monochromatic Colors of #8ACDAB
Black with #8ACDAB
Text Example
Text Example
White with #8ACDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACDAB; }
p { color: rgb(138,205,171); }
H1.HeaderClassName
{
color: #8ACDAB;
}
.AnyTagClassName
{
color: #8ACDAB;
}
</style>
background-color css
<style>
a { background-color: #8ACDAB; }
a { background-color: rgb(138,205,171); }
div.DivClassName
{
background-color: #8ACDAB;
}
.BgClassName
{
background-color: #8ACDAB;
}
</style>
border-color css
<style>
span { border-color: #8ACDAB; }
span { border-color: rgb(138,205,171); }
td.TdClassName
{
border-color: #8ACDAB;
}
.TagClassName
{
border-color: #8ACDAB;
}
</style>