Shades of Vista Blue #9DDBBC
Tints of Vista Blue #9DDBBC
RGB
CMYK
RGB Variations
Color information
#9DDBBC (or 0x9DDBBC) is known color: Vista Blue. HEX triplet: 9D, DB and BC. RGB value is (157,219,188). Sum of RGB (Red+Green+Blue) = 157+219+188=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDBBC is #622443. Grayscale: #C4C4C4. Windows color (decimal): -6431812 or 12376989. OLE color: 12376989.
HSL color Cylindrical-coordinate representation of color #9DDBBC: hue angle of 150º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDBBC is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 188 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.14 |
| HSL | 150º | 0.46% | 0.74% | - |
| HSV(B) | 150º | 0.28% | 0.86% | - |
| XYZ | 48.31 | 61.46 | 56.89 | - |
| YUV | 196.93 | 122.96 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 188 | 0.28 | 0 | 0.14 | 0.14 | 150 | 0.46 | 0.74 |
| Hex | 9D | DB | BC | 1C | 0 | E | E | 96 | 2E | 4A |
| Octal | 235 | 333 | 274 | 34 | 0 | 16 | 16 | 226 | 56 | 112 |
| Binary | 10011101 | 11011011 | 10111100 | 11100 | 0 | 1110 | 1110 | 10010110 | 101110 | 1001010 |
Color Harmonies of #9DDBBC
Complementary color
Monochromatic Colors of #9DDBBC
Black with #9DDBBC
Text Example
Text Example
White with #9DDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDBBC; }
p { color: rgb(157,219,188); }
H1.HeaderClassName
{
color: #9DDBBC;
}
.AnyTagClassName
{
color: #9DDBBC;
}
</style>
background-color css
<style>
a { background-color: #9DDBBC; }
a { background-color: rgb(157,219,188); }
div.DivClassName
{
background-color: #9DDBBC;
}
.BgClassName
{
background-color: #9DDBBC;
}
</style>
border-color css
<style>
span { border-color: #9DDBBC; }
span { border-color: rgb(157,219,188); }
td.TdClassName
{
border-color: #9DDBBC;
}
.TagClassName
{
border-color: #9DDBBC;
}
</style>