Shades of Vista Blue #9DCEBA
Tints of Vista Blue #9DCEBA
RGB
CMYK
RGB Variations
Color information
#9DCEBA (or 0x9DCEBA) is known color: Vista Blue. HEX triplet: 9D, CE and BA. RGB value is (157,206,186). Sum of RGB (Red+Green+Blue) = 157+206+186=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCEBA is #623145. Grayscale: #BDBDBD. Windows color (decimal): -6435142 or 12242589. OLE color: 12242589.
HSL color Cylindrical-coordinate representation of color #9DCEBA: hue angle of 155.51º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DCEBA is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 206 | 186 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.19 |
| HSL | 155.51º | 0.33% | 0.71% | - |
| HSV(B) | 155.51º | 0.24% | 0.81% | - |
| XYZ | 44.84 | 54.86 | 54.68 | - |
| YUV | 189.07 | 126.27 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 186 | 0.24 | 0 | 0.10 | 0.19 | 155.51 | 0.33 | 0.71 |
| Hex | 9D | CE | BA | 18 | 0 | A | 13 | 9C | 21 | 47 |
| Octal | 235 | 316 | 272 | 30 | 0 | 12 | 23 | 234 | 41 | 107 |
| Binary | 10011101 | 11001110 | 10111010 | 11000 | 0 | 1010 | 10011 | 10011100 | 100001 | 1000111 |
Color Harmonies of #9DCEBA
Complementary color
Monochromatic Colors of #9DCEBA
Black with #9DCEBA
Text Example
Text Example
White with #9DCEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCEBA; }
p { color: rgb(157,206,186); }
H1.HeaderClassName
{
color: #9DCEBA;
}
.AnyTagClassName
{
color: #9DCEBA;
}
</style>
background-color css
<style>
a { background-color: #9DCEBA; }
a { background-color: rgb(157,206,186); }
div.DivClassName
{
background-color: #9DCEBA;
}
.BgClassName
{
background-color: #9DCEBA;
}
</style>
border-color css
<style>
span { border-color: #9DCEBA; }
span { border-color: rgb(157,206,186); }
td.TdClassName
{
border-color: #9DCEBA;
}
.TagClassName
{
border-color: #9DCEBA;
}
</style>