Shades of Vista Blue #8AECAC
Tints of Vista Blue #8AECAC
RGB
CMYK
RGB Variations
Color information
#8AECAC (or 0x8AECAC) is known color: Vista Blue. HEX triplet: 8A, EC and AC. RGB value is (138,236,172). Sum of RGB (Red+Green+Blue) = 138+236+172=546 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.27% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #8AECAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AECAC is #751353. Grayscale: #C7C7C7. Windows color (decimal): -7672660 or 11332746. OLE color: 11332746.
HSL color Cylindrical-coordinate representation of color #8AECAC: hue angle of 140.82º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AECAC is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 236 | 172 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.07 |
| HSL | 140.82º | 0.72% | 0.73% | - |
| HSV(B) | 140.82º | 0.42% | 0.93% | - |
| XYZ | 47.92 | 68.37 | 49.7 | - |
| YUV | 199.4 | 112.53 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 236 | 172 | 0.42 | 0 | 0.27 | 0.07 | 140.82 | 0.72 | 0.73 |
| Hex | 8A | EC | AC | 2A | 0 | 1B | 7 | 8D | 48 | 49 |
| Octal | 212 | 354 | 254 | 52 | 0 | 33 | 7 | 215 | 110 | 111 |
| Binary | 10001010 | 11101100 | 10101100 | 101010 | 0 | 11011 | 111 | 10001101 | 1001000 | 1001001 |
Color Harmonies of #8AECAC
Complementary color
Monochromatic Colors of #8AECAC
Black with #8AECAC
Text Example
Text Example
White with #8AECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AECAC; }
p { color: rgb(138,236,172); }
H1.HeaderClassName
{
color: #8AECAC;
}
.AnyTagClassName
{
color: #8AECAC;
}
</style>
background-color css
<style>
a { background-color: #8AECAC; }
a { background-color: rgb(138,236,172); }
div.DivClassName
{
background-color: #8AECAC;
}
.BgClassName
{
background-color: #8AECAC;
}
</style>
border-color css
<style>
span { border-color: #8AECAC; }
span { border-color: rgb(138,236,172); }
td.TdClassName
{
border-color: #8AECAC;
}
.TagClassName
{
border-color: #8AECAC;
}
</style>