Shades of Vista Blue #9DEDBB
Tints of Vista Blue #9DEDBB
RGB
CMYK
RGB Variations
Color information
#9DEDBB (or 0x9DEDBB) is known color: Vista Blue. HEX triplet: 9D, ED and BB. RGB value is (157,237,187). Sum of RGB (Red+Green+Blue) = 157+237+187=581 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.02% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEDBB is #621244. Grayscale: #CFCFCF. Windows color (decimal): -6427205 or 12316061. OLE color: 12316061.
HSL color Cylindrical-coordinate representation of color #9DEDBB: hue angle of 142.5º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEDBB is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 187 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.07 |
| HSL | 142.5º | 0.69% | 0.77% | - |
| HSV(B) | 142.5º | 0.34% | 0.93% | - |
| XYZ | 53.16 | 71.32 | 57.98 | - |
| YUV | 207.38 | 116.5 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 187 | 0.34 | 0 | 0.21 | 0.07 | 142.5 | 0.69 | 0.77 |
| Hex | 9D | ED | BB | 22 | 0 | 15 | 7 | 8E | 45 | 4D |
| Octal | 235 | 355 | 273 | 42 | 0 | 25 | 7 | 216 | 105 | 115 |
| Binary | 10011101 | 11101101 | 10111011 | 100010 | 0 | 10101 | 111 | 10001110 | 1000101 | 1001101 |
Color Harmonies of #9DEDBB
Complementary color
Monochromatic Colors of #9DEDBB
Black with #9DEDBB
Text Example
Text Example
White with #9DEDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDBB; }
p { color: rgb(157,237,187); }
H1.HeaderClassName
{
color: #9DEDBB;
}
.AnyTagClassName
{
color: #9DEDBB;
}
</style>
background-color css
<style>
a { background-color: #9DEDBB; }
a { background-color: rgb(157,237,187); }
div.DivClassName
{
background-color: #9DEDBB;
}
.BgClassName
{
background-color: #9DEDBB;
}
</style>
border-color css
<style>
span { border-color: #9DEDBB; }
span { border-color: rgb(157,237,187); }
td.TdClassName
{
border-color: #9DEDBB;
}
.TagClassName
{
border-color: #9DEDBB;
}
</style>