Shades of Vista Blue #9AEABD
Tints of Vista Blue #9AEABD
RGB
CMYK
RGB Variations
Color information
#9AEABD (or 0x9AEABD) is known color: Vista Blue. HEX triplet: 9A, EA and BD. RGB value is (154,234,189). Sum of RGB (Red+Green+Blue) = 154+234+189=577 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.69% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 234 - color contains mainly: green. Hex color #9AEABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEABD is #651542. Grayscale: #CDCDCD. Windows color (decimal): -6624579 or 12446362. OLE color: 12446362.
HSL color Cylindrical-coordinate representation of color #9AEABD: hue angle of 146.25º 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 #9AEABD is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 234 | 189 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.08 |
| HSL | 146.25º | 0.66% | 0.76% | - |
| HSV(B) | 146.25º | 0.34% | 0.92% | - |
| XYZ | 51.93 | 69.39 | 58.8 | - |
| YUV | 204.95 | 119 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 234 | 189 | 0.34 | 0 | 0.19 | 0.08 | 146.25 | 0.66 | 0.76 |
| Hex | 9A | EA | BD | 22 | 0 | 13 | 8 | 92 | 42 | 4C |
| Octal | 232 | 352 | 275 | 42 | 0 | 23 | 10 | 222 | 102 | 114 |
| Binary | 10011010 | 11101010 | 10111101 | 100010 | 0 | 10011 | 1000 | 10010010 | 1000010 | 1001100 |
Color Harmonies of #9AEABD
Complementary color
Monochromatic Colors of #9AEABD
Black with #9AEABD
Text Example
Text Example
White with #9AEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEABD; }
p { color: rgb(154,234,189); }
H1.HeaderClassName
{
color: #9AEABD;
}
.AnyTagClassName
{
color: #9AEABD;
}
</style>
background-color css
<style>
a { background-color: #9AEABD; }
a { background-color: rgb(154,234,189); }
div.DivClassName
{
background-color: #9AEABD;
}
.BgClassName
{
background-color: #9AEABD;
}
</style>
border-color css
<style>
span { border-color: #9AEABD; }
span { border-color: rgb(154,234,189); }
td.TdClassName
{
border-color: #9AEABD;
}
.TagClassName
{
border-color: #9AEABD;
}
</style>