Shades of Conch #9DB8B2
Tints of Conch #9DB8B2
RGB
CMYK
RGB Variations
Color information
#9DB8B2 (or 0x9DB8B2) is known color: Conch. HEX triplet: 9D, B8 and B2. RGB value is (157,184,178). Sum of RGB (Red+Green+Blue) = 157+184+178=519 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.25% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB8B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB8B2 is #62474D. Grayscale: #AFAFAF. Windows color (decimal): -6440782 or 11712669. OLE color: 11712669.
HSL color Cylindrical-coordinate representation of color #9DB8B2: hue angle of 166.67º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9DB8B2 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 184 | 178 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.28 |
| HSL | 166.67º | 0.16% | 0.67% | - |
| HSV(B) | 166.67º | 0.15% | 0.72% | - |
| XYZ | 39.08 | 44.66 | 48.68 | - |
| YUV | 175.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 178 | 0.15 | 0 | 0.03 | 0.28 | 166.67 | 0.16 | 0.67 |
| Hex | 9D | B8 | B2 | F | 0 | 3 | 1C | A7 | 10 | 43 |
| Octal | 235 | 270 | 262 | 17 | 0 | 3 | 34 | 247 | 20 | 103 |
| Binary | 10011101 | 10111000 | 10110010 | 1111 | 0 | 11 | 11100 | 10100111 | 10000 | 1000011 |
Color Harmonies of #9DB8B2
Complementary color
Monochromatic Colors of #9DB8B2
Black with #9DB8B2
Text Example
Text Example
White with #9DB8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB8B2; }
p { color: rgb(157,184,178); }
H1.HeaderClassName
{
color: #9DB8B2;
}
.AnyTagClassName
{
color: #9DB8B2;
}
</style>
background-color css
<style>
a { background-color: #9DB8B2; }
a { background-color: rgb(157,184,178); }
div.DivClassName
{
background-color: #9DB8B2;
}
.BgClassName
{
background-color: #9DB8B2;
}
</style>
border-color css
<style>
span { border-color: #9DB8B2; }
span { border-color: rgb(157,184,178); }
td.TdClassName
{
border-color: #9DB8B2;
}
.TagClassName
{
border-color: #9DB8B2;
}
</style>