Shades of Conch #9DB6B2
Tints of Conch #9DB6B2
RGB
CMYK
RGB Variations
Color information
#9DB6B2 (or 0x9DB6B2) is known color: Conch. HEX triplet: 9D, B6 and B2. RGB value is (157,182,178). Sum of RGB (Red+Green+Blue) = 157+182+178=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB6B2 is #62494D. Grayscale: #AEAEAE. Windows color (decimal): -6441294 or 11712157. OLE color: 11712157.
HSL color Cylindrical-coordinate representation of color #9DB6B2: hue angle of 170.4º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DB6B2 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
RGB | 157 | 182 | 178 | - |
CMYK | 0.14 | 0 | 0.02 | 0.29 |
HSL | 170.4º | 0.15% | 0.66% | - |
HSV(B) | 170.4º | 0.14% | 0.71% | - |
XYZ | 38.67 | 43.84 | 48.54 | - |
YUV | 174.07 | 130.22 | 115.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 182 | 178 | 0.14 | 0 | 0.02 | 0.29 | 170.4 | 0.15 | 0.66 |
Hex | 9D | B6 | B2 | E | 0 | 2 | 1D | AA | F | 42 |
Octal | 235 | 266 | 262 | 16 | 0 | 2 | 35 | 252 | 17 | 102 |
Binary | 10011101 | 10110110 | 10110010 | 1110 | 0 | 10 | 11101 | 10101010 | 1111 | 1000010 |
Color Harmonies of #9DB6B2
Complementary color
Monochromatic Colors of #9DB6B2
Black with #9DB6B2
Text Example
Text Example
White with #9DB6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB6B2; }
p { color: rgb(157,182,178); }
H1.HeaderClassName
{
color: #9DB6B2;
}
.AnyTagClassName
{
color: #9DB6B2;
}
</style>
background-color css
<style>
a { background-color: #9DB6B2; }
a { background-color: rgb(157,182,178); }
div.DivClassName
{
background-color: #9DB6B2;
}
.BgClassName
{
background-color: #9DB6B2;
}
</style>
border-color css
<style>
span { border-color: #9DB6B2; }
span { border-color: rgb(157,182,178); }
td.TdClassName
{
border-color: #9DB6B2;
}
.TagClassName
{
border-color: #9DB6B2;
}
</style>