Shades of Vista Blue #9DC5B1
Tints of Vista Blue #9DC5B1
RGB
CMYK
RGB Variations
Color information
#9DC5B1 (or 0x9DC5B1) is known color: Vista Blue. HEX triplet: 9D, C5 and B1. RGB value is (157,197,177). Sum of RGB (Red+Green+Blue) = 157+197+177=531 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.57% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC5B1 is #623A4E. Grayscale: #B6B6B6. Windows color (decimal): -6437455 or 11650461. OLE color: 11650461.
HSL color Cylindrical-coordinate representation of color #9DC5B1: hue angle of 150º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9DC5B1 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
RGB | 157 | 197 | 177 | - |
CMYK | 0.20 | 0 | 0.10 | 0.23 |
HSL | 150º | 0.26% | 0.69% | - |
HSV(B) | 150º | 0.2% | 0.77% | - |
XYZ | 41.81 | 50.27 | 49.1 | - |
YUV | 182.76 | 124.75 | 109.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 197 | 177 | 0.20 | 0 | 0.10 | 0.23 | 150 | 0.26 | 0.69 |
Hex | 9D | C5 | B1 | 14 | 0 | A | 17 | 96 | 1A | 45 |
Octal | 235 | 305 | 261 | 24 | 0 | 12 | 27 | 226 | 32 | 105 |
Binary | 10011101 | 11000101 | 10110001 | 10100 | 0 | 1010 | 10111 | 10010110 | 11010 | 1000101 |
Color Harmonies of #9DC5B1
Complementary color
Monochromatic Colors of #9DC5B1
Black with #9DC5B1
Text Example
Text Example
White with #9DC5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC5B1; }
p { color: rgb(157,197,177); }
H1.HeaderClassName
{
color: #9DC5B1;
}
.AnyTagClassName
{
color: #9DC5B1;
}
</style>
background-color css
<style>
a { background-color: #9DC5B1; }
a { background-color: rgb(157,197,177); }
div.DivClassName
{
background-color: #9DC5B1;
}
.BgClassName
{
background-color: #9DC5B1;
}
</style>
border-color css
<style>
span { border-color: #9DC5B1; }
span { border-color: rgb(157,197,177); }
td.TdClassName
{
border-color: #9DC5B1;
}
.TagClassName
{
border-color: #9DC5B1;
}
</style>