Shades of Conch #9DB5B3
Tints of Conch #9DB5B3
RGB
CMYK
RGB Variations
Color information
#9DB5B3 (or 0x9DB5B3) is known color: Conch. HEX triplet: 9D, B5 and B3. RGB value is (157,181,179). Sum of RGB (Red+Green+Blue) = 157+181+179=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB5B3 is #624A4C. Grayscale: #ADADAD. Windows color (decimal): -6441549 or 11777437. OLE color: 11777437.
HSL color Cylindrical-coordinate representation of color #9DB5B3: hue angle of 175º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9DB5B3 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 179 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.29 |
| HSL | 175º | 0.14% | 0.66% | - |
| HSV(B) | 175º | 0.13% | 0.71% | - |
| XYZ | 38.57 | 43.47 | 49.01 | - |
| YUV | 173.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 179 | 0.13 | 0 | 0.01 | 0.29 | 175 | 0.14 | 0.66 |
| Hex | 9D | B5 | B3 | D | 0 | 1 | 1D | AF | E | 42 |
| Octal | 235 | 265 | 263 | 15 | 0 | 1 | 35 | 257 | 16 | 102 |
| Binary | 10011101 | 10110101 | 10110011 | 1101 | 0 | 1 | 11101 | 10101111 | 1110 | 1000010 |
Color Harmonies of #9DB5B3
Complementary color
Monochromatic Colors of #9DB5B3
Black with #9DB5B3
Text Example
Text Example
White with #9DB5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB5B3; }
p { color: rgb(157,181,179); }
H1.HeaderClassName
{
color: #9DB5B3;
}
.AnyTagClassName
{
color: #9DB5B3;
}
</style>
background-color css
<style>
a { background-color: #9DB5B3; }
a { background-color: rgb(157,181,179); }
div.DivClassName
{
background-color: #9DB5B3;
}
.BgClassName
{
background-color: #9DB5B3;
}
</style>
border-color css
<style>
span { border-color: #9DB5B3; }
span { border-color: rgb(157,181,179); }
td.TdClassName
{
border-color: #9DB5B3;
}
.TagClassName
{
border-color: #9DB5B3;
}
</style>