Shades of Vista Blue #9BEABD
Tints of Vista Blue #9BEABD
RGB
CMYK
RGB Variations
Color information
#9BEABD (or 0x9BEABD) is known color: Vista Blue. HEX triplet: 9B, EA and BD. RGB value is (155,234,189). Sum of RGB (Red+Green+Blue) = 155+234+189=578 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.82% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEABD is #641542. Grayscale: #CDCDCD. Windows color (decimal): -6559043 or 12446363. OLE color: 12446363.
HSL color Cylindrical-coordinate representation of color #9BEABD: hue angle of 145.82º 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 #9BEABD is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 234 | 189 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.08 |
| HSL | 145.82º | 0.65% | 0.76% | - |
| HSV(B) | 145.82º | 0.34% | 0.92% | - |
| XYZ | 52.13 | 69.49 | 58.81 | - |
| YUV | 205.25 | 118.83 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 234 | 189 | 0.34 | 0 | 0.19 | 0.08 | 145.82 | 0.65 | 0.76 |
| Hex | 9B | EA | BD | 22 | 0 | 13 | 8 | 92 | 41 | 4C |
| Octal | 233 | 352 | 275 | 42 | 0 | 23 | 10 | 222 | 101 | 114 |
| Binary | 10011011 | 11101010 | 10111101 | 100010 | 0 | 10011 | 1000 | 10010010 | 1000001 | 1001100 |
Color Harmonies of #9BEABD
Complementary color
Monochromatic Colors of #9BEABD
Black with #9BEABD
Text Example
Text Example
White with #9BEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEABD; }
p { color: rgb(155,234,189); }
H1.HeaderClassName
{
color: #9BEABD;
}
.AnyTagClassName
{
color: #9BEABD;
}
</style>
background-color css
<style>
a { background-color: #9BEABD; }
a { background-color: rgb(155,234,189); }
div.DivClassName
{
background-color: #9BEABD;
}
.BgClassName
{
background-color: #9BEABD;
}
</style>
border-color css
<style>
span { border-color: #9BEABD; }
span { border-color: rgb(155,234,189); }
td.TdClassName
{
border-color: #9BEABD;
}
.TagClassName
{
border-color: #9BEABD;
}
</style>