Shades of Vista Blue #8ACCA5
Tints of Vista Blue #8ACCA5
RGB
CMYK
RGB Variations
Color information
#8ACCA5 (or 0x8ACCA5) is known color: Vista Blue. HEX triplet: 8A, CC and A5. RGB value is (138,204,165). Sum of RGB (Red+Green+Blue) = 138+204+165=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACCA5 is #75335A. Grayscale: #B3B3B3. Windows color (decimal): -7680859 or 10865802. OLE color: 10865802.
HSL color Cylindrical-coordinate representation of color #8ACCA5: hue angle of 144.55º 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 #8ACCA5 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 165 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.2 |
| HSL | 144.55º | 0.39% | 0.67% | - |
| HSV(B) | 144.55º | 0.32% | 0.8% | - |
| XYZ | 38.87 | 51.31 | 43.45 | - |
| YUV | 179.82 | 119.63 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 165 | 0.32 | 0 | 0.19 | 0.2 | 144.55 | 0.39 | 0.67 |
| Hex | 8A | CC | A5 | 20 | 0 | 13 | 14 | 91 | 27 | 43 |
| Octal | 212 | 314 | 245 | 40 | 0 | 23 | 24 | 221 | 47 | 103 |
| Binary | 10001010 | 11001100 | 10100101 | 100000 | 0 | 10011 | 10100 | 10010001 | 100111 | 1000011 |
Color Harmonies of #8ACCA5
Complementary color
Monochromatic Colors of #8ACCA5
Black with #8ACCA5
Text Example
Text Example
White with #8ACCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACCA5; }
p { color: rgb(138,204,165); }
H1.HeaderClassName
{
color: #8ACCA5;
}
.AnyTagClassName
{
color: #8ACCA5;
}
</style>
background-color css
<style>
a { background-color: #8ACCA5; }
a { background-color: rgb(138,204,165); }
div.DivClassName
{
background-color: #8ACCA5;
}
.BgClassName
{
background-color: #8ACCA5;
}
</style>
border-color css
<style>
span { border-color: #8ACCA5; }
span { border-color: rgb(138,204,165); }
td.TdClassName
{
border-color: #8ACCA5;
}
.TagClassName
{
border-color: #8ACCA5;
}
</style>