Shades of Vista Blue #9DDAB5
Tints of Vista Blue #9DDAB5
RGB
CMYK
RGB Variations
Color information
#9DDAB5 (or 0x9DDAB5) is known color: Vista Blue. HEX triplet: 9D, DA and B5. RGB value is (157,218,181). Sum of RGB (Red+Green+Blue) = 157+218+181=556 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.24% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDAB5 is #62254A. Grayscale: #C3C3C3. Windows color (decimal): -6432075 or 11917981. OLE color: 11917981.
HSL color Cylindrical-coordinate representation of color #9DDAB5: hue angle of 143.61º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDAB5 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 181 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.15 |
| HSL | 143.61º | 0.45% | 0.74% | - |
| HSV(B) | 143.61º | 0.28% | 0.85% | - |
| XYZ | 47.32 | 60.65 | 52.93 | - |
| YUV | 195.54 | 119.79 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 181 | 0.28 | 0 | 0.17 | 0.15 | 143.61 | 0.45 | 0.74 |
| Hex | 9D | DA | B5 | 1C | 0 | 11 | F | 90 | 2D | 4A |
| Octal | 235 | 332 | 265 | 34 | 0 | 21 | 17 | 220 | 55 | 112 |
| Binary | 10011101 | 11011010 | 10110101 | 11100 | 0 | 10001 | 1111 | 10010000 | 101101 | 1001010 |
Color Harmonies of #9DDAB5
Complementary color
Monochromatic Colors of #9DDAB5
Black with #9DDAB5
Text Example
Text Example
White with #9DDAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDAB5; }
p { color: rgb(157,218,181); }
H1.HeaderClassName
{
color: #9DDAB5;
}
.AnyTagClassName
{
color: #9DDAB5;
}
</style>
background-color css
<style>
a { background-color: #9DDAB5; }
a { background-color: rgb(157,218,181); }
div.DivClassName
{
background-color: #9DDAB5;
}
.BgClassName
{
background-color: #9DDAB5;
}
</style>
border-color css
<style>
span { border-color: #9DDAB5; }
span { border-color: rgb(157,218,181); }
td.TdClassName
{
border-color: #9DDAB5;
}
.TagClassName
{
border-color: #9DDAB5;
}
</style>