Shades of Vista Blue #8ACEAC
Tints of Vista Blue #8ACEAC
RGB
CMYK
RGB Variations
Color information
#8ACEAC (or 0x8ACEAC) is known color: Vista Blue. HEX triplet: 8A, CE and AC. RGB value is (138,206,172). Sum of RGB (Red+Green+Blue) = 138+206+172=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACEAC is #753153. Grayscale: #B5B5B5. Windows color (decimal): -7680340 or 11325066. OLE color: 11325066.
HSL color Cylindrical-coordinate representation of color #8ACEAC: hue angle of 150º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACEAC is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 172 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.19 |
| HSL | 150º | 0.41% | 0.67% | - |
| HSV(B) | 150º | 0.33% | 0.81% | - |
| XYZ | 40 | 52.52 | 47.06 | - |
| YUV | 181.79 | 122.47 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 172 | 0.33 | 0 | 0.17 | 0.19 | 150 | 0.41 | 0.67 |
| Hex | 8A | CE | AC | 21 | 0 | 11 | 13 | 96 | 29 | 43 |
| Octal | 212 | 316 | 254 | 41 | 0 | 21 | 23 | 226 | 51 | 103 |
| Binary | 10001010 | 11001110 | 10101100 | 100001 | 0 | 10001 | 10011 | 10010110 | 101001 | 1000011 |
Color Harmonies of #8ACEAC
Complementary color
Monochromatic Colors of #8ACEAC
Black with #8ACEAC
Text Example
Text Example
White with #8ACEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACEAC; }
p { color: rgb(138,206,172); }
H1.HeaderClassName
{
color: #8ACEAC;
}
.AnyTagClassName
{
color: #8ACEAC;
}
</style>
background-color css
<style>
a { background-color: #8ACEAC; }
a { background-color: rgb(138,206,172); }
div.DivClassName
{
background-color: #8ACEAC;
}
.BgClassName
{
background-color: #8ACEAC;
}
</style>
border-color css
<style>
span { border-color: #8ACEAC; }
span { border-color: rgb(138,206,172); }
td.TdClassName
{
border-color: #8ACEAC;
}
.TagClassName
{
border-color: #8ACEAC;
}
</style>