Shades of Vista Blue #8ACCAC
Tints of Vista Blue #8ACCAC
RGB
CMYK
RGB Variations
Color information
#8ACCAC (or 0x8ACCAC) is known color: Vista Blue. HEX triplet: 8A, CC and AC. RGB value is (138,204,172). Sum of RGB (Red+Green+Blue) = 138+204+172=514 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.85% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACCAC is #753353. Grayscale: #B4B4B4. Windows color (decimal): -7680852 or 11324554. OLE color: 11324554.
HSL color Cylindrical-coordinate representation of color #8ACCAC: hue angle of 150.91º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACCAC is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 172 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.2 |
| HSL | 150.91º | 0.39% | 0.67% | - |
| HSV(B) | 150.91º | 0.32% | 0.8% | - |
| XYZ | 39.52 | 51.57 | 46.9 | - |
| YUV | 180.62 | 123.13 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 172 | 0.32 | 0 | 0.16 | 0.2 | 150.91 | 0.39 | 0.67 |
| Hex | 8A | CC | AC | 20 | 0 | 10 | 14 | 97 | 27 | 43 |
| Octal | 212 | 314 | 254 | 40 | 0 | 20 | 24 | 227 | 47 | 103 |
| Binary | 10001010 | 11001100 | 10101100 | 100000 | 0 | 10000 | 10100 | 10010111 | 100111 | 1000011 |
Color Harmonies of #8ACCAC
Complementary color
Monochromatic Colors of #8ACCAC
Black with #8ACCAC
Text Example
Text Example
White with #8ACCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACCAC; }
p { color: rgb(138,204,172); }
H1.HeaderClassName
{
color: #8ACCAC;
}
.AnyTagClassName
{
color: #8ACCAC;
}
</style>
background-color css
<style>
a { background-color: #8ACCAC; }
a { background-color: rgb(138,204,172); }
div.DivClassName
{
background-color: #8ACCAC;
}
.BgClassName
{
background-color: #8ACCAC;
}
</style>
border-color css
<style>
span { border-color: #8ACCAC; }
span { border-color: rgb(138,204,172); }
td.TdClassName
{
border-color: #8ACCAC;
}
.TagClassName
{
border-color: #8ACCAC;
}
</style>