Shades of Vista Blue #9AE1BB
Tints of Vista Blue #9AE1BB
RGB
CMYK
RGB Variations
Color information
#9AE1BB (or 0x9AE1BB) is known color: Vista Blue. HEX triplet: 9A, E1 and BB. RGB value is (154,225,187). Sum of RGB (Red+Green+Blue) = 154+225+187=566 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.21% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #9AE1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AE1BB is #651E44. Grayscale: #C7C7C7. Windows color (decimal): -6626885 or 12312986. OLE color: 12312986.
HSL color Cylindrical-coordinate representation of color #9AE1BB: hue angle of 147.89º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AE1BB is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 225 | 187 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.12 |
| HSL | 147.89º | 0.54% | 0.74% | - |
| HSV(B) | 147.89º | 0.32% | 0.88% | - |
| XYZ | 49.22 | 64.31 | 56.83 | - |
| YUV | 199.44 | 120.98 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 225 | 187 | 0.32 | 0 | 0.17 | 0.12 | 147.89 | 0.54 | 0.74 |
| Hex | 9A | E1 | BB | 20 | 0 | 11 | C | 94 | 36 | 4A |
| Octal | 232 | 341 | 273 | 40 | 0 | 21 | 14 | 224 | 66 | 112 |
| Binary | 10011010 | 11100001 | 10111011 | 100000 | 0 | 10001 | 1100 | 10010100 | 110110 | 1001010 |
Color Harmonies of #9AE1BB
Complementary color
Monochromatic Colors of #9AE1BB
Black with #9AE1BB
Text Example
Text Example
White with #9AE1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE1BB; }
p { color: rgb(154,225,187); }
H1.HeaderClassName
{
color: #9AE1BB;
}
.AnyTagClassName
{
color: #9AE1BB;
}
</style>
background-color css
<style>
a { background-color: #9AE1BB; }
a { background-color: rgb(154,225,187); }
div.DivClassName
{
background-color: #9AE1BB;
}
.BgClassName
{
background-color: #9AE1BB;
}
</style>
border-color css
<style>
span { border-color: #9AE1BB; }
span { border-color: rgb(154,225,187); }
td.TdClassName
{
border-color: #9AE1BB;
}
.TagClassName
{
border-color: #9AE1BB;
}
</style>