Shades of Vista Blue #8AEEAC
Tints of Vista Blue #8AEEAC
RGB
CMYK
RGB Variations
Color information
#8AEEAC (or 0x8AEEAC) is known color: Vista Blue. HEX triplet: 8A, EE and AC. RGB value is (138,238,172). Sum of RGB (Red+Green+Blue) = 138+238+172=548 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.18% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEEAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEEAC is #751153. Grayscale: #C8C8C8. Windows color (decimal): -7672148 or 11333258. OLE color: 11333258.
HSL color Cylindrical-coordinate representation of color #8AEEAC: hue angle of 140.4º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEEAC is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 238 | 172 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.07 |
| HSL | 140.4º | 0.75% | 0.74% | - |
| HSV(B) | 140.4º | 0.42% | 0.93% | - |
| XYZ | 48.5 | 69.53 | 49.89 | - |
| YUV | 200.58 | 111.87 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 238 | 172 | 0.42 | 0 | 0.28 | 0.07 | 140.4 | 0.75 | 0.74 |
| Hex | 8A | EE | AC | 2A | 0 | 1C | 7 | 8C | 4B | 4A |
| Octal | 212 | 356 | 254 | 52 | 0 | 34 | 7 | 214 | 113 | 112 |
| Binary | 10001010 | 11101110 | 10101100 | 101010 | 0 | 11100 | 111 | 10001100 | 1001011 | 1001010 |
Color Harmonies of #8AEEAC
Complementary color
Monochromatic Colors of #8AEEAC
Black with #8AEEAC
Text Example
Text Example
White with #8AEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEEAC; }
p { color: rgb(138,238,172); }
H1.HeaderClassName
{
color: #8AEEAC;
}
.AnyTagClassName
{
color: #8AEEAC;
}
</style>
background-color css
<style>
a { background-color: #8AEEAC; }
a { background-color: rgb(138,238,172); }
div.DivClassName
{
background-color: #8AEEAC;
}
.BgClassName
{
background-color: #8AEEAC;
}
</style>
border-color css
<style>
span { border-color: #8AEEAC; }
span { border-color: rgb(138,238,172); }
td.TdClassName
{
border-color: #8AEEAC;
}
.TagClassName
{
border-color: #8AEEAC;
}
</style>