Shades of Vista Blue #9BEAB9
Tints of Vista Blue #9BEAB9
RGB
CMYK
RGB Variations
Color information
#9BEAB9 (or 0x9BEAB9) is known color: Vista Blue. HEX triplet: 9B, EA and B9. RGB value is (155,234,185). Sum of RGB (Red+Green+Blue) = 155+234+185=574 (76% of max value = 765). Red value is 155 (60.94% from 255 or 27.00% from 574); Green value is 234 (91.80% from 255 or 40.77% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEAB9 is #641546. Grayscale: #CCCCCC. Windows color (decimal): -6559047 or 12184219. OLE color: 12184219.
HSL color Cylindrical-coordinate representation of color #9BEAB9: hue angle of 142.78º degrees, saturation: 0.65, 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 #9BEAB9 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 234 | 185 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.08 |
| HSL | 142.78º | 0.65% | 0.76% | - |
| HSV(B) | 142.78º | 0.34% | 0.92% | - |
| XYZ | 51.7 | 69.32 | 56.55 | - |
| YUV | 204.79 | 116.83 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 234 | 185 | 0.34 | 0 | 0.21 | 0.08 | 142.78 | 0.65 | 0.76 |
| Hex | 9B | EA | B9 | 22 | 0 | 15 | 8 | 8F | 41 | 4C |
| Octal | 233 | 352 | 271 | 42 | 0 | 25 | 10 | 217 | 101 | 114 |
| Binary | 10011011 | 11101010 | 10111001 | 100010 | 0 | 10101 | 1000 | 10001111 | 1000001 | 1001100 |
Color Harmonies of #9BEAB9
Complementary color
Monochromatic Colors of #9BEAB9
Black with #9BEAB9
Text Example
Text Example
White with #9BEAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEAB9; }
p { color: rgb(155,234,185); }
H1.HeaderClassName
{
color: #9BEAB9;
}
.AnyTagClassName
{
color: #9BEAB9;
}
</style>
background-color css
<style>
a { background-color: #9BEAB9; }
a { background-color: rgb(155,234,185); }
div.DivClassName
{
background-color: #9BEAB9;
}
.BgClassName
{
background-color: #9BEAB9;
}
</style>
border-color css
<style>
span { border-color: #9BEAB9; }
span { border-color: rgb(155,234,185); }
td.TdClassName
{
border-color: #9BEAB9;
}
.TagClassName
{
border-color: #9BEAB9;
}
</style>