Shades of Vista Blue #8AE5B9
Tints of Vista Blue #8AE5B9
RGB
CMYK
RGB Variations
Color information
#8AE5B9 (or 0x8AE5B9) is known color: Vista Blue. HEX triplet: 8A, E5 and B9. RGB value is (138,229,185). Sum of RGB (Red+Green+Blue) = 138+229+185=552 (73% of max value = 765). Red value is 138 (54.30% from 255 or 25% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 229 - color contains mainly: green. Hex color #8AE5B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AE5B9 is #751A46. Grayscale: #C4C4C4. Windows color (decimal): -7674439 or 12182922. OLE color: 12182922.
HSL color Cylindrical-coordinate representation of color #8AE5B9: hue angle of 150.99º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AE5B9 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 229 | 185 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.10 |
| HSL | 150.99º | 0.64% | 0.72% | - |
| HSV(B) | 150.99º | 0.4% | 0.9% | - |
| XYZ | 47.26 | 64.94 | 55.94 | - |
| YUV | 196.78 | 121.35 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 229 | 185 | 0.40 | 0 | 0.19 | 0.10 | 150.99 | 0.64 | 0.72 |
| Hex | 8A | E5 | B9 | 28 | 0 | 13 | A | 97 | 40 | 48 |
| Octal | 212 | 345 | 271 | 50 | 0 | 23 | 12 | 227 | 100 | 110 |
| Binary | 10001010 | 11100101 | 10111001 | 101000 | 0 | 10011 | 1010 | 10010111 | 1000000 | 1001000 |
Color Harmonies of #8AE5B9
Complementary color
Monochromatic Colors of #8AE5B9
Black with #8AE5B9
Text Example
Text Example
White with #8AE5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE5B9; }
p { color: rgb(138,229,185); }
H1.HeaderClassName
{
color: #8AE5B9;
}
.AnyTagClassName
{
color: #8AE5B9;
}
</style>
background-color css
<style>
a { background-color: #8AE5B9; }
a { background-color: rgb(138,229,185); }
div.DivClassName
{
background-color: #8AE5B9;
}
.BgClassName
{
background-color: #8AE5B9;
}
</style>
border-color css
<style>
span { border-color: #8AE5B9; }
span { border-color: rgb(138,229,185); }
td.TdClassName
{
border-color: #8AE5B9;
}
.TagClassName
{
border-color: #8AE5B9;
}
</style>