Shades of Vista Blue #9BEAB5
Tints of Vista Blue #9BEAB5
RGB
CMYK
RGB Variations
Color information
#9BEAB5 (or 0x9BEAB5) is known color: Vista Blue. HEX triplet: 9B, EA and B5. RGB value is (155,234,181). Sum of RGB (Red+Green+Blue) = 155+234+181=570 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.19% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEAB5 is #64154A. Grayscale: #CCCCCC. Windows color (decimal): -6559051 or 11922075. OLE color: 11922075.
HSL color Cylindrical-coordinate representation of color #9BEAB5: hue angle of 139.75º 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 #9BEAB5 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 234 | 181 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.08 |
| HSL | 139.75º | 0.65% | 0.76% | - |
| HSV(B) | 139.75º | 0.34% | 0.92% | - |
| XYZ | 51.28 | 69.15 | 54.36 | - |
| YUV | 204.34 | 114.83 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 234 | 181 | 0.34 | 0 | 0.23 | 0.08 | 139.75 | 0.65 | 0.76 |
| Hex | 9B | EA | B5 | 22 | 0 | 17 | 8 | 8C | 41 | 4C |
| Octal | 233 | 352 | 265 | 42 | 0 | 27 | 10 | 214 | 101 | 114 |
| Binary | 10011011 | 11101010 | 10110101 | 100010 | 0 | 10111 | 1000 | 10001100 | 1000001 | 1001100 |
Color Harmonies of #9BEAB5
Complementary color
Monochromatic Colors of #9BEAB5
Black with #9BEAB5
Text Example
Text Example
White with #9BEAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEAB5; }
p { color: rgb(155,234,181); }
H1.HeaderClassName
{
color: #9BEAB5;
}
.AnyTagClassName
{
color: #9BEAB5;
}
</style>
background-color css
<style>
a { background-color: #9BEAB5; }
a { background-color: rgb(155,234,181); }
div.DivClassName
{
background-color: #9BEAB5;
}
.BgClassName
{
background-color: #9BEAB5;
}
</style>
border-color css
<style>
span { border-color: #9BEAB5; }
span { border-color: rgb(155,234,181); }
td.TdClassName
{
border-color: #9BEAB5;
}
.TagClassName
{
border-color: #9BEAB5;
}
</style>