Shades of Vista Blue #9DEBBD
Tints of Vista Blue #9DEBBD
RGB
CMYK
RGB Variations
Color information
#9DEBBD (or 0x9DEBBD) is known color: Vista Blue. HEX triplet: 9D, EB and BD. RGB value is (157,235,189). Sum of RGB (Red+Green+Blue) = 157+235+189=581 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.02% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEBBD is #621442. Grayscale: #CECECE. Windows color (decimal): -6427715 or 12446621. OLE color: 12446621.
HSL color Cylindrical-coordinate representation of color #9DEBBD: hue angle of 144.62º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEBBD is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 235 | 189 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.08 |
| HSL | 144.62º | 0.66% | 0.77% | - |
| HSV(B) | 144.62º | 0.33% | 0.92% | - |
| XYZ | 52.8 | 70.26 | 58.92 | - |
| YUV | 206.43 | 118.16 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 235 | 189 | 0.33 | 0 | 0.20 | 0.08 | 144.62 | 0.66 | 0.77 |
| Hex | 9D | EB | BD | 21 | 0 | 14 | 8 | 91 | 42 | 4D |
| Octal | 235 | 353 | 275 | 41 | 0 | 24 | 10 | 221 | 102 | 115 |
| Binary | 10011101 | 11101011 | 10111101 | 100001 | 0 | 10100 | 1000 | 10010001 | 1000010 | 1001101 |
Color Harmonies of #9DEBBD
Complementary color
Monochromatic Colors of #9DEBBD
Black with #9DEBBD
Text Example
Text Example
White with #9DEBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEBBD; }
p { color: rgb(157,235,189); }
H1.HeaderClassName
{
color: #9DEBBD;
}
.AnyTagClassName
{
color: #9DEBBD;
}
</style>
background-color css
<style>
a { background-color: #9DEBBD; }
a { background-color: rgb(157,235,189); }
div.DivClassName
{
background-color: #9DEBBD;
}
.BgClassName
{
background-color: #9DEBBD;
}
</style>
border-color css
<style>
span { border-color: #9DEBBD; }
span { border-color: rgb(157,235,189); }
td.TdClassName
{
border-color: #9DEBBD;
}
.TagClassName
{
border-color: #9DEBBD;
}
</style>