Shades of Vista Blue #9AE0BB
Tints of Vista Blue #9AE0BB
RGB
CMYK
RGB Variations
Color information
#9AE0BB (or 0x9AE0BB) is known color: Vista Blue. HEX triplet: 9A, E0 and BB. RGB value is (154,224,187). Sum of RGB (Red+Green+Blue) = 154+224+187=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 224 - color contains mainly: green. Hex color #9AE0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AE0BB is #651F44. Grayscale: #C6C6C6. Windows color (decimal): -6627141 or 12312730. OLE color: 12312730.
HSL color Cylindrical-coordinate representation of color #9AE0BB: hue angle of 148.29º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AE0BB is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 224 | 187 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.12 |
| HSL | 148.29º | 0.53% | 0.74% | - |
| HSV(B) | 148.29º | 0.31% | 0.88% | - |
| XYZ | 48.95 | 63.77 | 56.74 | - |
| YUV | 198.85 | 121.31 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 224 | 187 | 0.31 | 0 | 0.17 | 0.12 | 148.29 | 0.53 | 0.74 |
| Hex | 9A | E0 | BB | 1F | 0 | 11 | C | 94 | 35 | 4A |
| Octal | 232 | 340 | 273 | 37 | 0 | 21 | 14 | 224 | 65 | 112 |
| Binary | 10011010 | 11100000 | 10111011 | 11111 | 0 | 10001 | 1100 | 10010100 | 110101 | 1001010 |
Color Harmonies of #9AE0BB
Complementary color
Monochromatic Colors of #9AE0BB
Black with #9AE0BB
Text Example
Text Example
White with #9AE0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE0BB; }
p { color: rgb(154,224,187); }
H1.HeaderClassName
{
color: #9AE0BB;
}
.AnyTagClassName
{
color: #9AE0BB;
}
</style>
background-color css
<style>
a { background-color: #9AE0BB; }
a { background-color: rgb(154,224,187); }
div.DivClassName
{
background-color: #9AE0BB;
}
.BgClassName
{
background-color: #9AE0BB;
}
</style>
border-color css
<style>
span { border-color: #9AE0BB; }
span { border-color: rgb(154,224,187); }
td.TdClassName
{
border-color: #9AE0BB;
}
.TagClassName
{
border-color: #9AE0BB;
}
</style>