Shades of Skeptic #9DBDB0
Tints of Skeptic #9DBDB0
RGB
CMYK
RGB Variations
Color information
#9DBDB0 (or 0x9DBDB0) is known color: Skeptic. HEX triplet: 9D, BD and B0. RGB value is (157,189,176). Sum of RGB (Red+Green+Blue) = 157+189+176=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBDB0 is #62424F. Grayscale: #B1B1B1. Windows color (decimal): -6439504 or 11582877. OLE color: 11582877.
HSL color Cylindrical-coordinate representation of color #9DBDB0: hue angle of 155.62º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DBDB0 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
RGB | 157 | 189 | 176 | - |
CMYK | 0.17 | 0 | 0.07 | 0.26 |
HSL | 155.63º | 0.2% | 0.68% | - |
HSV(B) | 155.63º | 0.17% | 0.74% | - |
XYZ | 39.94 | 46.7 | 47.98 | - |
YUV | 177.95 | 126.9 | 113.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 189 | 176 | 0.17 | 0 | 0.07 | 0.26 | 155.63 | 0.2 | 0.68 |
Hex | 9D | BD | B0 | 11 | 0 | 7 | 1A | 9C | 14 | 44 |
Octal | 235 | 275 | 260 | 21 | 0 | 7 | 32 | 234 | 24 | 104 |
Binary | 10011101 | 10111101 | 10110000 | 10001 | 0 | 111 | 11010 | 10011100 | 10100 | 1000100 |
Color Harmonies of #9DBDB0
Complementary color
Monochromatic Colors of #9DBDB0
Black with #9DBDB0
Text Example
Text Example
White with #9DBDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDB0; }
p { color: rgb(157,189,176); }
H1.HeaderClassName
{
color: #9DBDB0;
}
.AnyTagClassName
{
color: #9DBDB0;
}
</style>
background-color css
<style>
a { background-color: #9DBDB0; }
a { background-color: rgb(157,189,176); }
div.DivClassName
{
background-color: #9DBDB0;
}
.BgClassName
{
background-color: #9DBDB0;
}
</style>
border-color css
<style>
span { border-color: #9DBDB0; }
span { border-color: rgb(157,189,176); }
td.TdClassName
{
border-color: #9DBDB0;
}
.TagClassName
{
border-color: #9DBDB0;
}
</style>