Shades of Vista Blue #8AECAF
Tints of Vista Blue #8AECAF
RGB
CMYK
RGB Variations
Color information
#8AECAF (or 0x8AECAF) is known color: Vista Blue. HEX triplet: 8A, EC and AF. RGB value is (138,236,175). Sum of RGB (Red+Green+Blue) = 138+236+175=549 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.14% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #8AECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AECAF is #751350. Grayscale: #C7C7C7. Windows color (decimal): -7672657 or 11529354. OLE color: 11529354.
HSL color Cylindrical-coordinate representation of color #8AECAF: hue angle of 142.65º 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 #8AECAF is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 236 | 175 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.07 |
| HSL | 142.65º | 0.72% | 0.73% | - |
| HSV(B) | 142.65º | 0.42% | 0.93% | - |
| XYZ | 48.21 | 68.49 | 51.24 | - |
| YUV | 199.74 | 114.03 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 236 | 175 | 0.42 | 0 | 0.26 | 0.07 | 142.65 | 0.72 | 0.73 |
| Hex | 8A | EC | AF | 2A | 0 | 1A | 7 | 8F | 48 | 49 |
| Octal | 212 | 354 | 257 | 52 | 0 | 32 | 7 | 217 | 110 | 111 |
| Binary | 10001010 | 11101100 | 10101111 | 101010 | 0 | 11010 | 111 | 10001111 | 1001000 | 1001001 |
Color Harmonies of #8AECAF
Complementary color
Monochromatic Colors of #8AECAF
Black with #8AECAF
Text Example
Text Example
White with #8AECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AECAF; }
p { color: rgb(138,236,175); }
H1.HeaderClassName
{
color: #8AECAF;
}
.AnyTagClassName
{
color: #8AECAF;
}
</style>
background-color css
<style>
a { background-color: #8AECAF; }
a { background-color: rgb(138,236,175); }
div.DivClassName
{
background-color: #8AECAF;
}
.BgClassName
{
background-color: #8AECAF;
}
</style>
border-color css
<style>
span { border-color: #8AECAF; }
span { border-color: rgb(138,236,175); }
td.TdClassName
{
border-color: #8AECAF;
}
.TagClassName
{
border-color: #8AECAF;
}
</style>