Shades of Vista Blue #9BEDBD
Tints of Vista Blue #9BEDBD
RGB
CMYK
RGB Variations
Color information
#9BEDBD (or 0x9BEDBD) is known color: Vista Blue. HEX triplet: 9B, ED and BD. RGB value is (155,237,189). Sum of RGB (Red+Green+Blue) = 155+237+189=581 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.68% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #9BEDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEDBD is #641242. Grayscale: #CFCFCF. Windows color (decimal): -6558275 or 12447131. OLE color: 12447131.
HSL color Cylindrical-coordinate representation of color #9BEDBD: hue angle of 144.88º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEDBD is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 237 | 189 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.07 |
| HSL | 144.88º | 0.69% | 0.77% | - |
| HSV(B) | 144.88º | 0.35% | 0.93% | - |
| XYZ | 52.99 | 71.21 | 59.1 | - |
| YUV | 207.01 | 117.83 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 237 | 189 | 0.35 | 0 | 0.20 | 0.07 | 144.88 | 0.69 | 0.77 |
| Hex | 9B | ED | BD | 23 | 0 | 14 | 7 | 91 | 45 | 4D |
| Octal | 233 | 355 | 275 | 43 | 0 | 24 | 7 | 221 | 105 | 115 |
| Binary | 10011011 | 11101101 | 10111101 | 100011 | 0 | 10100 | 111 | 10010001 | 1000101 | 1001101 |
Color Harmonies of #9BEDBD
Complementary color
Monochromatic Colors of #9BEDBD
Black with #9BEDBD
Text Example
Text Example
White with #9BEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEDBD; }
p { color: rgb(155,237,189); }
H1.HeaderClassName
{
color: #9BEDBD;
}
.AnyTagClassName
{
color: #9BEDBD;
}
</style>
background-color css
<style>
a { background-color: #9BEDBD; }
a { background-color: rgb(155,237,189); }
div.DivClassName
{
background-color: #9BEDBD;
}
.BgClassName
{
background-color: #9BEDBD;
}
</style>
border-color css
<style>
span { border-color: #9BEDBD; }
span { border-color: rgb(155,237,189); }
td.TdClassName
{
border-color: #9BEDBD;
}
.TagClassName
{
border-color: #9BEDBD;
}
</style>