Shades of Vista Blue #9DCEB0
Tints of Vista Blue #9DCEB0
RGB
CMYK
RGB Variations
Color information
#9DCEB0 (or 0x9DCEB0) is known color: Vista Blue. HEX triplet: 9D, CE and B0. RGB value is (157,206,176). Sum of RGB (Red+Green+Blue) = 157+206+176=539 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.13% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCEB0 is #62314F. Grayscale: #BCBCBC. Windows color (decimal): -6435152 or 11587229. OLE color: 11587229.
HSL color Cylindrical-coordinate representation of color #9DCEB0: hue angle of 143.27º 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 #9DCEB0 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 206 | 176 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.19 |
| HSL | 143.27º | 0.33% | 0.71% | - |
| HSV(B) | 143.27º | 0.24% | 0.81% | - |
| XYZ | 43.81 | 54.45 | 49.27 | - |
| YUV | 187.93 | 121.27 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 176 | 0.24 | 0 | 0.15 | 0.19 | 143.27 | 0.33 | 0.71 |
| Hex | 9D | CE | B0 | 18 | 0 | F | 13 | 8F | 21 | 47 |
| Octal | 235 | 316 | 260 | 30 | 0 | 17 | 23 | 217 | 41 | 107 |
| Binary | 10011101 | 11001110 | 10110000 | 11000 | 0 | 1111 | 10011 | 10001111 | 100001 | 1000111 |
Color Harmonies of #9DCEB0
Complementary color
Monochromatic Colors of #9DCEB0
Black with #9DCEB0
Text Example
Text Example
White with #9DCEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCEB0; }
p { color: rgb(157,206,176); }
H1.HeaderClassName
{
color: #9DCEB0;
}
.AnyTagClassName
{
color: #9DCEB0;
}
</style>
background-color css
<style>
a { background-color: #9DCEB0; }
a { background-color: rgb(157,206,176); }
div.DivClassName
{
background-color: #9DCEB0;
}
.BgClassName
{
background-color: #9DCEB0;
}
</style>
border-color css
<style>
span { border-color: #9DCEB0; }
span { border-color: rgb(157,206,176); }
td.TdClassName
{
border-color: #9DCEB0;
}
.TagClassName
{
border-color: #9DCEB0;
}
</style>