Shades of Vista Blue #8ACDAC
Tints of Vista Blue #8ACDAC
RGB
CMYK
RGB Variations
Color information
#8ACDAC (or 0x8ACDAC) is known color: Vista Blue. HEX triplet: 8A, CD and AC. RGB value is (138,205,172). Sum of RGB (Red+Green+Blue) = 138+205+172=515 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.80% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACDAC is #753253. Grayscale: #B5B5B5. Windows color (decimal): -7680596 or 11324810. OLE color: 11324810.
HSL color Cylindrical-coordinate representation of color #8ACDAC: hue angle of 150.45º 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 #8ACDAC is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 172 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.20 |
| HSL | 150.45º | 0.4% | 0.67% | - |
| HSV(B) | 150.45º | 0.33% | 0.8% | - |
| XYZ | 39.76 | 52.04 | 46.98 | - |
| YUV | 181.21 | 122.8 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 172 | 0.33 | 0 | 0.16 | 0.20 | 150.45 | 0.4 | 0.67 |
| Hex | 8A | CD | AC | 21 | 0 | 10 | 14 | 96 | 28 | 43 |
| Octal | 212 | 315 | 254 | 41 | 0 | 20 | 24 | 226 | 50 | 103 |
| Binary | 10001010 | 11001101 | 10101100 | 100001 | 0 | 10000 | 10100 | 10010110 | 101000 | 1000011 |
Color Harmonies of #8ACDAC
Complementary color
Monochromatic Colors of #8ACDAC
Black with #8ACDAC
Text Example
Text Example
White with #8ACDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACDAC; }
p { color: rgb(138,205,172); }
H1.HeaderClassName
{
color: #8ACDAC;
}
.AnyTagClassName
{
color: #8ACDAC;
}
</style>
background-color css
<style>
a { background-color: #8ACDAC; }
a { background-color: rgb(138,205,172); }
div.DivClassName
{
background-color: #8ACDAC;
}
.BgClassName
{
background-color: #8ACDAC;
}
</style>
border-color css
<style>
span { border-color: #8ACDAC; }
span { border-color: rgb(138,205,172); }
td.TdClassName
{
border-color: #8ACDAC;
}
.TagClassName
{
border-color: #8ACDAC;
}
</style>