Shades of Vista Blue #9DECBA
Tints of Vista Blue #9DECBA
RGB
CMYK
RGB Variations
Color information
#9DECBA (or 0x9DECBA) is known color: Vista Blue. HEX triplet: 9D, EC and BA. RGB value is (157,236,186). Sum of RGB (Red+Green+Blue) = 157+236+186=579 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.12% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DECBA is #621345. Grayscale: #CECECE. Windows color (decimal): -6427462 or 12250269. OLE color: 12250269.
HSL color Cylindrical-coordinate representation of color #9DECBA: hue angle of 142.03º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DECBA is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 236 | 186 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.07 |
| HSL | 142.03º | 0.68% | 0.77% | - |
| HSV(B) | 142.03º | 0.33% | 0.93% | - |
| XYZ | 52.76 | 70.7 | 57.32 | - |
| YUV | 206.68 | 116.33 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 236 | 186 | 0.33 | 0 | 0.21 | 0.07 | 142.03 | 0.68 | 0.77 |
| Hex | 9D | EC | BA | 21 | 0 | 15 | 7 | 8E | 44 | 4D |
| Octal | 235 | 354 | 272 | 41 | 0 | 25 | 7 | 216 | 104 | 115 |
| Binary | 10011101 | 11101100 | 10111010 | 100001 | 0 | 10101 | 111 | 10001110 | 1000100 | 1001101 |
Color Harmonies of #9DECBA
Complementary color
Monochromatic Colors of #9DECBA
Black with #9DECBA
Text Example
Text Example
White with #9DECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DECBA; }
p { color: rgb(157,236,186); }
H1.HeaderClassName
{
color: #9DECBA;
}
.AnyTagClassName
{
color: #9DECBA;
}
</style>
background-color css
<style>
a { background-color: #9DECBA; }
a { background-color: rgb(157,236,186); }
div.DivClassName
{
background-color: #9DECBA;
}
.BgClassName
{
background-color: #9DECBA;
}
</style>
border-color css
<style>
span { border-color: #9DECBA; }
span { border-color: rgb(157,236,186); }
td.TdClassName
{
border-color: #9DECBA;
}
.TagClassName
{
border-color: #9DECBA;
}
</style>