Shades of Vista Blue #9AE9BA
Tints of Vista Blue #9AE9BA
RGB
CMYK
RGB Variations
Color information
#9AE9BA (or 0x9AE9BA) is known color: Vista Blue. HEX triplet: 9A, E9 and BA. RGB value is (154,233,186). Sum of RGB (Red+Green+Blue) = 154+233+186=573 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.88% from 573); Green value is 233 (91.41% from 255 or 40.66% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 233 - color contains mainly: green. Hex color #9AE9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AE9BA is #651645. Grayscale: #CCCCCC. Windows color (decimal): -6624838 or 12249498. OLE color: 12249498.
HSL color Cylindrical-coordinate representation of color #9AE9BA: hue angle of 144.3º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AE9BA is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 233 | 186 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.09 |
| HSL | 144.3º | 0.64% | 0.76% | - |
| HSV(B) | 144.3º | 0.34% | 0.91% | - |
| XYZ | 51.33 | 68.69 | 57.01 | - |
| YUV | 204.02 | 117.83 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 233 | 186 | 0.34 | 0 | 0.20 | 0.09 | 144.3 | 0.64 | 0.76 |
| Hex | 9A | E9 | BA | 22 | 0 | 14 | 9 | 90 | 40 | 4C |
| Octal | 232 | 351 | 272 | 42 | 0 | 24 | 11 | 220 | 100 | 114 |
| Binary | 10011010 | 11101001 | 10111010 | 100010 | 0 | 10100 | 1001 | 10010000 | 1000000 | 1001100 |
Color Harmonies of #9AE9BA
Complementary color
Monochromatic Colors of #9AE9BA
Black with #9AE9BA
Text Example
Text Example
White with #9AE9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE9BA; }
p { color: rgb(154,233,186); }
H1.HeaderClassName
{
color: #9AE9BA;
}
.AnyTagClassName
{
color: #9AE9BA;
}
</style>
background-color css
<style>
a { background-color: #9AE9BA; }
a { background-color: rgb(154,233,186); }
div.DivClassName
{
background-color: #9AE9BA;
}
.BgClassName
{
background-color: #9AE9BA;
}
</style>
border-color css
<style>
span { border-color: #9AE9BA; }
span { border-color: rgb(154,233,186); }
td.TdClassName
{
border-color: #9AE9BA;
}
.TagClassName
{
border-color: #9AE9BA;
}
</style>