Shades of Vista Blue #9AEABB
Tints of Vista Blue #9AEABB
RGB
CMYK
RGB Variations
Color information
#9AEABB (or 0x9AEABB) is known color: Vista Blue. HEX triplet: 9A, EA and BB. RGB value is (154,234,187). Sum of RGB (Red+Green+Blue) = 154+234+187=575 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.78% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #9AEABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEABB is #651544. Grayscale: #CCCCCC. Windows color (decimal): -6624581 or 12315290. OLE color: 12315290.
HSL color Cylindrical-coordinate representation of color #9AEABB: hue angle of 144.75º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AEABB is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 234 | 187 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.08 |
| HSL | 144.75º | 0.66% | 0.76% | - |
| HSV(B) | 144.75º | 0.34% | 0.92% | - |
| XYZ | 51.72 | 69.3 | 57.66 | - |
| YUV | 204.72 | 118 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 234 | 187 | 0.34 | 0 | 0.20 | 0.08 | 144.75 | 0.66 | 0.76 |
| Hex | 9A | EA | BB | 22 | 0 | 14 | 8 | 91 | 42 | 4C |
| Octal | 232 | 352 | 273 | 42 | 0 | 24 | 10 | 221 | 102 | 114 |
| Binary | 10011010 | 11101010 | 10111011 | 100010 | 0 | 10100 | 1000 | 10010001 | 1000010 | 1001100 |
Color Harmonies of #9AEABB
Complementary color
Monochromatic Colors of #9AEABB
Black with #9AEABB
Text Example
Text Example
White with #9AEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEABB; }
p { color: rgb(154,234,187); }
H1.HeaderClassName
{
color: #9AEABB;
}
.AnyTagClassName
{
color: #9AEABB;
}
</style>
background-color css
<style>
a { background-color: #9AEABB; }
a { background-color: rgb(154,234,187); }
div.DivClassName
{
background-color: #9AEABB;
}
.BgClassName
{
background-color: #9AEABB;
}
</style>
border-color css
<style>
span { border-color: #9AEABB; }
span { border-color: rgb(154,234,187); }
td.TdClassName
{
border-color: #9AEABB;
}
.TagClassName
{
border-color: #9AEABB;
}
</style>