Shades of Vista Blue #9DDAB6
Tints of Vista Blue #9DDAB6
RGB
CMYK
RGB Variations
Color information
#9DDAB6 (or 0x9DDAB6) is known color: Vista Blue. HEX triplet: 9D, DA and B6. RGB value is (157,218,182). Sum of RGB (Red+Green+Blue) = 157+218+182=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDAB6 is #622549. Grayscale: #C3C3C3. Windows color (decimal): -6432074 or 11983517. OLE color: 11983517.
HSL color Cylindrical-coordinate representation of color #9DDAB6: hue angle of 144.59º 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 #9DDAB6 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 182 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.15 |
| HSL | 144.59º | 0.45% | 0.74% | - |
| HSV(B) | 144.59º | 0.28% | 0.85% | - |
| XYZ | 47.42 | 60.69 | 53.47 | - |
| YUV | 195.66 | 120.29 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 182 | 0.28 | 0 | 0.17 | 0.15 | 144.59 | 0.45 | 0.74 |
| Hex | 9D | DA | B6 | 1C | 0 | 11 | F | 91 | 2D | 4A |
| Octal | 235 | 332 | 266 | 34 | 0 | 21 | 17 | 221 | 55 | 112 |
| Binary | 10011101 | 11011010 | 10110110 | 11100 | 0 | 10001 | 1111 | 10010001 | 101101 | 1001010 |
Color Harmonies of #9DDAB6
Complementary color
Monochromatic Colors of #9DDAB6
Black with #9DDAB6
Text Example
Text Example
White with #9DDAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDAB6; }
p { color: rgb(157,218,182); }
H1.HeaderClassName
{
color: #9DDAB6;
}
.AnyTagClassName
{
color: #9DDAB6;
}
</style>
background-color css
<style>
a { background-color: #9DDAB6; }
a { background-color: rgb(157,218,182); }
div.DivClassName
{
background-color: #9DDAB6;
}
.BgClassName
{
background-color: #9DDAB6;
}
</style>
border-color css
<style>
span { border-color: #9DDAB6; }
span { border-color: rgb(157,218,182); }
td.TdClassName
{
border-color: #9DDAB6;
}
.TagClassName
{
border-color: #9DDAB6;
}
</style>