Shades of Vista Blue #8ACCAB
Tints of Vista Blue #8ACCAB
RGB
CMYK
RGB Variations
Color information
#8ACCAB (or 0x8ACCAB) is known color: Vista Blue. HEX triplet: 8A, CC and AB. RGB value is (138,204,171). Sum of RGB (Red+Green+Blue) = 138+204+171=513 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.90% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACCAB is #753354. Grayscale: #B4B4B4. Windows color (decimal): -7680853 or 11259018. OLE color: 11259018.
HSL color Cylindrical-coordinate representation of color #8ACCAB: hue angle of 150º 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 #8ACCAB is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 171 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.2 |
| HSL | 150º | 0.39% | 0.67% | - |
| HSV(B) | 150º | 0.32% | 0.8% | - |
| XYZ | 39.42 | 51.53 | 46.4 | - |
| YUV | 180.5 | 122.63 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 171 | 0.32 | 0 | 0.16 | 0.2 | 150 | 0.39 | 0.67 |
| Hex | 8A | CC | AB | 20 | 0 | 10 | 14 | 96 | 27 | 43 |
| Octal | 212 | 314 | 253 | 40 | 0 | 20 | 24 | 226 | 47 | 103 |
| Binary | 10001010 | 11001100 | 10101011 | 100000 | 0 | 10000 | 10100 | 10010110 | 100111 | 1000011 |
Color Harmonies of #8ACCAB
Complementary color
Monochromatic Colors of #8ACCAB
Black with #8ACCAB
Text Example
Text Example
White with #8ACCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACCAB; }
p { color: rgb(138,204,171); }
H1.HeaderClassName
{
color: #8ACCAB;
}
.AnyTagClassName
{
color: #8ACCAB;
}
</style>
background-color css
<style>
a { background-color: #8ACCAB; }
a { background-color: rgb(138,204,171); }
div.DivClassName
{
background-color: #8ACCAB;
}
.BgClassName
{
background-color: #8ACCAB;
}
</style>
border-color css
<style>
span { border-color: #8ACCAB; }
span { border-color: rgb(138,204,171); }
td.TdClassName
{
border-color: #8ACCAB;
}
.TagClassName
{
border-color: #8ACCAB;
}
</style>