Shades of Vista Blue #9DDBB8
Tints of Vista Blue #9DDBB8
RGB
CMYK
RGB Variations
Color information
#9DDBB8 (or 0x9DDBB8) is known color: Vista Blue. HEX triplet: 9D, DB and B8. RGB value is (157,219,184). Sum of RGB (Red+Green+Blue) = 157+219+184=560 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.04% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDBB8 is #622447. Grayscale: #C4C4C4. Windows color (decimal): -6431816 or 12114845. OLE color: 12114845.
HSL color Cylindrical-coordinate representation of color #9DDBB8: hue angle of 146.13º 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 #9DDBB8 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 184 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.14 |
| HSL | 146.13º | 0.46% | 0.74% | - |
| HSV(B) | 146.13º | 0.28% | 0.86% | - |
| XYZ | 47.89 | 61.29 | 54.65 | - |
| YUV | 196.47 | 120.96 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 184 | 0.28 | 0 | 0.16 | 0.14 | 146.13 | 0.46 | 0.74 |
| Hex | 9D | DB | B8 | 1C | 0 | 10 | E | 92 | 2E | 4A |
| Octal | 235 | 333 | 270 | 34 | 0 | 20 | 16 | 222 | 56 | 112 |
| Binary | 10011101 | 11011011 | 10111000 | 11100 | 0 | 10000 | 1110 | 10010010 | 101110 | 1001010 |
Color Harmonies of #9DDBB8
Complementary color
Monochromatic Colors of #9DDBB8
Black with #9DDBB8
Text Example
Text Example
White with #9DDBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDBB8; }
p { color: rgb(157,219,184); }
H1.HeaderClassName
{
color: #9DDBB8;
}
.AnyTagClassName
{
color: #9DDBB8;
}
</style>
background-color css
<style>
a { background-color: #9DDBB8; }
a { background-color: rgb(157,219,184); }
div.DivClassName
{
background-color: #9DDBB8;
}
.BgClassName
{
background-color: #9DDBB8;
}
</style>
border-color css
<style>
span { border-color: #9DDBB8; }
span { border-color: rgb(157,219,184); }
td.TdClassName
{
border-color: #9DDBB8;
}
.TagClassName
{
border-color: #9DDBB8;
}
</style>