Shades of Vista Blue #9DCBB3
Tints of Vista Blue #9DCBB3
RGB
CMYK
RGB Variations
Color information
#9DCBB3 (or 0x9DCBB3) is known color: Vista Blue. HEX triplet: 9D, CB and B3. RGB value is (157,203,179). Sum of RGB (Red+Green+Blue) = 157+203+179=539 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.13% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 179 (70.31% from 255 or 33.21% from 539); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCBB3 is #62344C. Grayscale: #BABABA. Windows color (decimal): -6435917 or 11783069. OLE color: 11783069.
HSL color Cylindrical-coordinate representation of color #9DCBB3: hue angle of 148.7º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCBB3 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 203 | 179 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.20 |
| HSL | 148.7º | 0.31% | 0.71% | - |
| HSV(B) | 148.7º | 0.23% | 0.8% | - |
| XYZ | 43.4 | 53.13 | 50.62 | - |
| YUV | 186.51 | 123.76 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 179 | 0.23 | 0 | 0.12 | 0.20 | 148.7 | 0.31 | 0.71 |
| Hex | 9D | CB | B3 | 17 | 0 | C | 14 | 95 | 1F | 47 |
| Octal | 235 | 313 | 263 | 27 | 0 | 14 | 24 | 225 | 37 | 107 |
| Binary | 10011101 | 11001011 | 10110011 | 10111 | 0 | 1100 | 10100 | 10010101 | 11111 | 1000111 |
Color Harmonies of #9DCBB3
Complementary color
Monochromatic Colors of #9DCBB3
Black with #9DCBB3
Text Example
Text Example
White with #9DCBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCBB3; }
p { color: rgb(157,203,179); }
H1.HeaderClassName
{
color: #9DCBB3;
}
.AnyTagClassName
{
color: #9DCBB3;
}
</style>
background-color css
<style>
a { background-color: #9DCBB3; }
a { background-color: rgb(157,203,179); }
div.DivClassName
{
background-color: #9DCBB3;
}
.BgClassName
{
background-color: #9DCBB3;
}
</style>
border-color css
<style>
span { border-color: #9DCBB3; }
span { border-color: rgb(157,203,179); }
td.TdClassName
{
border-color: #9DCBB3;
}
.TagClassName
{
border-color: #9DCBB3;
}
</style>