Shades of Vista Blue #9DDDBC
Tints of Vista Blue #9DDDBC
RGB
CMYK
RGB Variations
Color information
#9DDDBC (or 0x9DDDBC) is known color: Vista Blue. HEX triplet: 9D, DD and BC. RGB value is (157,221,188). Sum of RGB (Red+Green+Blue) = 157+221+188=566 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.74% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDDBC is #622243. Grayscale: #C6C6C6. Windows color (decimal): -6431300 or 12377501. OLE color: 12377501.
HSL color Cylindrical-coordinate representation of color #9DDDBC: hue angle of 149.06º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDDBC is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 188 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.13 |
| HSL | 149.06º | 0.48% | 0.74% | - |
| HSV(B) | 149.06º | 0.29% | 0.87% | - |
| XYZ | 48.84 | 62.51 | 57.07 | - |
| YUV | 198.1 | 122.3 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 188 | 0.29 | 0 | 0.15 | 0.13 | 149.06 | 0.48 | 0.74 |
| Hex | 9D | DD | BC | 1D | 0 | F | D | 95 | 30 | 4A |
| Octal | 235 | 335 | 274 | 35 | 0 | 17 | 15 | 225 | 60 | 112 |
| Binary | 10011101 | 11011101 | 10111100 | 11101 | 0 | 1111 | 1101 | 10010101 | 110000 | 1001010 |
Color Harmonies of #9DDDBC
Complementary color
Monochromatic Colors of #9DDDBC
Black with #9DDDBC
Text Example
Text Example
White with #9DDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDDBC; }
p { color: rgb(157,221,188); }
H1.HeaderClassName
{
color: #9DDDBC;
}
.AnyTagClassName
{
color: #9DDDBC;
}
</style>
background-color css
<style>
a { background-color: #9DDDBC; }
a { background-color: rgb(157,221,188); }
div.DivClassName
{
background-color: #9DDDBC;
}
.BgClassName
{
background-color: #9DDDBC;
}
</style>
border-color css
<style>
span { border-color: #9DDDBC; }
span { border-color: rgb(157,221,188); }
td.TdClassName
{
border-color: #9DDDBC;
}
.TagClassName
{
border-color: #9DDDBC;
}
</style>