Shades of Vista Blue #8ACCB1
Tints of Vista Blue #8ACCB1
RGB
CMYK
RGB Variations
Color information
#8ACCB1 (or 0x8ACCB1) is known color: Vista Blue. HEX triplet: 8A, CC and B1. RGB value is (138,204,177). Sum of RGB (Red+Green+Blue) = 138+204+177=519 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.59% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACCB1 is #75334E. Grayscale: #B5B5B5. Windows color (decimal): -7680847 or 11652234. OLE color: 11652234.
HSL color Cylindrical-coordinate representation of color #8ACCB1: hue angle of 155.45º 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 #8ACCB1 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 177 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.2 |
| HSL | 155.45º | 0.39% | 0.67% | - |
| HSV(B) | 155.45º | 0.32% | 0.8% | - |
| XYZ | 40.01 | 51.76 | 49.48 | - |
| YUV | 181.19 | 125.63 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 177 | 0.32 | 0 | 0.13 | 0.2 | 155.45 | 0.39 | 0.67 |
| Hex | 8A | CC | B1 | 20 | 0 | D | 14 | 9B | 27 | 43 |
| Octal | 212 | 314 | 261 | 40 | 0 | 15 | 24 | 233 | 47 | 103 |
| Binary | 10001010 | 11001100 | 10110001 | 100000 | 0 | 1101 | 10100 | 10011011 | 100111 | 1000011 |
Color Harmonies of #8ACCB1
Complementary color
Monochromatic Colors of #8ACCB1
Black with #8ACCB1
Text Example
Text Example
White with #8ACCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACCB1; }
p { color: rgb(138,204,177); }
H1.HeaderClassName
{
color: #8ACCB1;
}
.AnyTagClassName
{
color: #8ACCB1;
}
</style>
background-color css
<style>
a { background-color: #8ACCB1; }
a { background-color: rgb(138,204,177); }
div.DivClassName
{
background-color: #8ACCB1;
}
.BgClassName
{
background-color: #8ACCB1;
}
</style>
border-color css
<style>
span { border-color: #8ACCB1; }
span { border-color: rgb(138,204,177); }
td.TdClassName
{
border-color: #8ACCB1;
}
.TagClassName
{
border-color: #8ACCB1;
}
</style>