Shades of Vista Blue #8AECBA
Tints of Vista Blue #8AECBA
RGB
CMYK
RGB Variations
Color information
#8AECBA (or 0x8AECBA) is known color: Vista Blue. HEX triplet: 8A, EC and BA. RGB value is (138,236,186). Sum of RGB (Red+Green+Blue) = 138+236+186=560 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.64% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 236 - color contains mainly: green. Hex color #8AECBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AECBA is #751345. Grayscale: #C9C9C9. Windows color (decimal): -7672646 or 12250250. OLE color: 12250250.
HSL color Cylindrical-coordinate representation of color #8AECBA: hue angle of 149.39º 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 #8AECBA is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 236 | 186 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.07 |
| HSL | 149.39º | 0.72% | 0.73% | - |
| HSV(B) | 149.39º | 0.42% | 0.93% | - |
| XYZ | 49.34 | 68.94 | 57.16 | - |
| YUV | 201 | 119.53 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 236 | 186 | 0.42 | 0 | 0.21 | 0.07 | 149.39 | 0.72 | 0.73 |
| Hex | 8A | EC | BA | 2A | 0 | 15 | 7 | 95 | 48 | 49 |
| Octal | 212 | 354 | 272 | 52 | 0 | 25 | 7 | 225 | 110 | 111 |
| Binary | 10001010 | 11101100 | 10111010 | 101010 | 0 | 10101 | 111 | 10010101 | 1001000 | 1001001 |
Color Harmonies of #8AECBA
Complementary color
Monochromatic Colors of #8AECBA
Black with #8AECBA
Text Example
Text Example
White with #8AECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AECBA; }
p { color: rgb(138,236,186); }
H1.HeaderClassName
{
color: #8AECBA;
}
.AnyTagClassName
{
color: #8AECBA;
}
</style>
background-color css
<style>
a { background-color: #8AECBA; }
a { background-color: rgb(138,236,186); }
div.DivClassName
{
background-color: #8AECBA;
}
.BgClassName
{
background-color: #8AECBA;
}
</style>
border-color css
<style>
span { border-color: #8AECBA; }
span { border-color: rgb(138,236,186); }
td.TdClassName
{
border-color: #8AECBA;
}
.TagClassName
{
border-color: #8AECBA;
}
</style>