Shades of Vista Blue #8AE4B1
Tints of Vista Blue #8AE4B1
RGB
CMYK
RGB Variations
Color information
#8AE4B1 (or 0x8AE4B1) is known color: Vista Blue. HEX triplet: 8A, E4 and B1. RGB value is (138,228,177). Sum of RGB (Red+Green+Blue) = 138+228+177=543 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.41% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #8AE4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AE4B1 is #751B4E. Grayscale: #C3C3C3. Windows color (decimal): -7674703 or 11658378. OLE color: 11658378.
HSL color Cylindrical-coordinate representation of color #8AE4B1: hue angle of 146º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AE4B1 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 138 | 228 | 177 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.11 |
| HSL | 146º | 0.63% | 0.72% | - |
| HSV(B) | 146º | 0.39% | 0.89% | - |
| XYZ | 46.16 | 64.06 | 51.53 | - |
| YUV | 195.28 | 117.68 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 228 | 177 | 0.39 | 0 | 0.22 | 0.11 | 146 | 0.63 | 0.72 |
| Hex | 8A | E4 | B1 | 27 | 0 | 16 | B | 92 | 3E | 48 |
| Octal | 212 | 344 | 261 | 47 | 0 | 26 | 13 | 222 | 76 | 110 |
| Binary | 10001010 | 11100100 | 10110001 | 100111 | 0 | 10110 | 1011 | 10010010 | 111110 | 1001000 |
Color Harmonies of #8AE4B1
Complementary color
Monochromatic Colors of #8AE4B1
Black with #8AE4B1
Text Example
Text Example
White with #8AE4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE4B1; }
p { color: rgb(138,228,177); }
H1.HeaderClassName
{
color: #8AE4B1;
}
.AnyTagClassName
{
color: #8AE4B1;
}
</style>
background-color css
<style>
a { background-color: #8AE4B1; }
a { background-color: rgb(138,228,177); }
div.DivClassName
{
background-color: #8AE4B1;
}
.BgClassName
{
background-color: #8AE4B1;
}
</style>
border-color css
<style>
span { border-color: #8AE4B1; }
span { border-color: rgb(138,228,177); }
td.TdClassName
{
border-color: #8AE4B1;
}
.TagClassName
{
border-color: #8AE4B1;
}
</style>