Shades of Vista Blue #9AE8BD
Tints of Vista Blue #9AE8BD
RGB
CMYK
RGB Variations
Color information
#9AE8BD (or 0x9AE8BD) is known color: Vista Blue. HEX triplet: 9A, E8 and BD. RGB value is (154,232,189). Sum of RGB (Red+Green+Blue) = 154+232+189=575 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.78% from 575); Green value is 232 (91.02% from 255 or 40.35% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 232 - color contains mainly: green. Hex color #9AE8BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AE8BD is #651742. Grayscale: #CBCBCB. Windows color (decimal): -6625091 or 12445850. OLE color: 12445850.
HSL color Cylindrical-coordinate representation of color #9AE8BD: hue angle of 146.92º degrees, saturation: 0.63, 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 #9AE8BD is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 232 | 189 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.09 |
| HSL | 146.92º | 0.63% | 0.76% | - |
| HSV(B) | 146.92º | 0.34% | 0.91% | - |
| XYZ | 51.37 | 68.26 | 58.61 | - |
| YUV | 203.78 | 119.66 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 232 | 189 | 0.34 | 0 | 0.19 | 0.09 | 146.92 | 0.63 | 0.76 |
| Hex | 9A | E8 | BD | 22 | 0 | 13 | 9 | 93 | 3F | 4C |
| Octal | 232 | 350 | 275 | 42 | 0 | 23 | 11 | 223 | 77 | 114 |
| Binary | 10011010 | 11101000 | 10111101 | 100010 | 0 | 10011 | 1001 | 10010011 | 111111 | 1001100 |
Color Harmonies of #9AE8BD
Complementary color
Monochromatic Colors of #9AE8BD
Black with #9AE8BD
Text Example
Text Example
White with #9AE8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE8BD; }
p { color: rgb(154,232,189); }
H1.HeaderClassName
{
color: #9AE8BD;
}
.AnyTagClassName
{
color: #9AE8BD;
}
</style>
background-color css
<style>
a { background-color: #9AE8BD; }
a { background-color: rgb(154,232,189); }
div.DivClassName
{
background-color: #9AE8BD;
}
.BgClassName
{
background-color: #9AE8BD;
}
</style>
border-color css
<style>
span { border-color: #9AE8BD; }
span { border-color: rgb(154,232,189); }
td.TdClassName
{
border-color: #9AE8BD;
}
.TagClassName
{
border-color: #9AE8BD;
}
</style>