Shades of Casper #9DB9BA
Tints of Casper #9DB9BA
RGB
CMYK
RGB Variations
Color information
#9DB9BA (or 0x9DB9BA) is known color: Casper. HEX triplet: 9D, B9 and BA. RGB value is (157,185,186). Sum of RGB (Red+Green+Blue) = 157+185+186=528 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.73% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 186 - color contains mainly: blue. Hex color #9DB9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB9BA is #624645. Grayscale: #B0B0B0. Windows color (decimal): -6440518 or 12237213. OLE color: 12237213.
HSL color Cylindrical-coordinate representation of color #9DB9BA: hue angle of 182.07º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DB9BA is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 185 | 186 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.27 |
| HSL | 182.07º | 0.17% | 0.67% | - |
| HSV(B) | 182.07º | 0.16% | 0.73% | - |
| XYZ | 40.12 | 45.41 | 53.11 | - |
| YUV | 176.74 | 133.22 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 186 | 0.16 | 0.01 | 0 | 0.27 | 182.07 | 0.17 | 0.67 |
| Hex | 9D | B9 | BA | 10 | 1 | 0 | 1B | B6 | 11 | 43 |
| Octal | 235 | 271 | 272 | 20 | 1 | 0 | 33 | 266 | 21 | 103 |
| Binary | 10011101 | 10111001 | 10111010 | 10000 | 1 | 0 | 11011 | 10110110 | 10001 | 1000011 |
Color Harmonies of #9DB9BA
Complementary color
Monochromatic Colors of #9DB9BA
Black with #9DB9BA
Text Example
Text Example
White with #9DB9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB9BA; }
p { color: rgb(157,185,186); }
H1.HeaderClassName
{
color: #9DB9BA;
}
.AnyTagClassName
{
color: #9DB9BA;
}
</style>
background-color css
<style>
a { background-color: #9DB9BA; }
a { background-color: rgb(157,185,186); }
div.DivClassName
{
background-color: #9DB9BA;
}
.BgClassName
{
background-color: #9DB9BA;
}
</style>
border-color css
<style>
span { border-color: #9DB9BA; }
span { border-color: rgb(157,185,186); }
td.TdClassName
{
border-color: #9DB9BA;
}
.TagClassName
{
border-color: #9DB9BA;
}
</style>