Shades of Vista Blue #9DEEBB
Tints of Vista Blue #9DEEBB
RGB
CMYK
RGB Variations
Color information
#9DEEBB (or 0x9DEEBB) is known color: Vista Blue. HEX triplet: 9D, EE and BB. RGB value is (157,238,187). Sum of RGB (Red+Green+Blue) = 157+238+187=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEEBB is #621144. Grayscale: #D0D0D0. Windows color (decimal): -6426949 or 12316317. OLE color: 12316317.
HSL color Cylindrical-coordinate representation of color #9DEEBB: hue angle of 142.22º degrees, saturation: 0.7, 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 #9DEEBB is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 238 | 187 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.07 |
| HSL | 142.22º | 0.7% | 0.77% | - |
| HSV(B) | 142.22º | 0.34% | 0.93% | - |
| XYZ | 53.45 | 71.91 | 58.08 | - |
| YUV | 207.97 | 116.16 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 238 | 187 | 0.34 | 0 | 0.21 | 0.07 | 142.22 | 0.7 | 0.77 |
| Hex | 9D | EE | BB | 22 | 0 | 15 | 7 | 8E | 46 | 4D |
| Octal | 235 | 356 | 273 | 42 | 0 | 25 | 7 | 216 | 106 | 115 |
| Binary | 10011101 | 11101110 | 10111011 | 100010 | 0 | 10101 | 111 | 10001110 | 1000110 | 1001101 |
Color Harmonies of #9DEEBB
Complementary color
Monochromatic Colors of #9DEEBB
Black with #9DEEBB
Text Example
Text Example
White with #9DEEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEEBB; }
p { color: rgb(157,238,187); }
H1.HeaderClassName
{
color: #9DEEBB;
}
.AnyTagClassName
{
color: #9DEEBB;
}
</style>
background-color css
<style>
a { background-color: #9DEEBB; }
a { background-color: rgb(157,238,187); }
div.DivClassName
{
background-color: #9DEEBB;
}
.BgClassName
{
background-color: #9DEEBB;
}
</style>
border-color css
<style>
span { border-color: #9DEEBB; }
span { border-color: rgb(157,238,187); }
td.TdClassName
{
border-color: #9DEEBB;
}
.TagClassName
{
border-color: #9DEEBB;
}
</style>