Shades of Vista Blue #9DDCBB
Tints of Vista Blue #9DDCBB
RGB
CMYK
RGB Variations
Color information
#9DDCBB (or 0x9DDCBB) is known color: Vista Blue. HEX triplet: 9D, DC and BB. RGB value is (157,220,187). Sum of RGB (Red+Green+Blue) = 157+220+187=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDCBB is #622344. Grayscale: #C5C5C5. Windows color (decimal): -6431557 or 12311709. OLE color: 12311709.
HSL color Cylindrical-coordinate representation of color #9DDCBB: hue angle of 148.57º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDCBB is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 220 | 187 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.14 |
| HSL | 148.57º | 0.47% | 0.74% | - |
| HSV(B) | 148.57º | 0.29% | 0.86% | - |
| XYZ | 48.47 | 61.94 | 56.42 | - |
| YUV | 197.4 | 122.13 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 220 | 187 | 0.29 | 0 | 0.15 | 0.14 | 148.57 | 0.47 | 0.74 |
| Hex | 9D | DC | BB | 1D | 0 | F | E | 95 | 2F | 4A |
| Octal | 235 | 334 | 273 | 35 | 0 | 17 | 16 | 225 | 57 | 112 |
| Binary | 10011101 | 11011100 | 10111011 | 11101 | 0 | 1111 | 1110 | 10010101 | 101111 | 1001010 |
Color Harmonies of #9DDCBB
Complementary color
Monochromatic Colors of #9DDCBB
Black with #9DDCBB
Text Example
Text Example
White with #9DDCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDCBB; }
p { color: rgb(157,220,187); }
H1.HeaderClassName
{
color: #9DDCBB;
}
.AnyTagClassName
{
color: #9DDCBB;
}
</style>
background-color css
<style>
a { background-color: #9DDCBB; }
a { background-color: rgb(157,220,187); }
div.DivClassName
{
background-color: #9DDCBB;
}
.BgClassName
{
background-color: #9DDCBB;
}
</style>
border-color css
<style>
span { border-color: #9DDCBB; }
span { border-color: rgb(157,220,187); }
td.TdClassName
{
border-color: #9DDCBB;
}
.TagClassName
{
border-color: #9DDCBB;
}
</style>