Shades of Casper #9DBDBF
Tints of Casper #9DBDBF
RGB
CMYK
RGB Variations
Color information
#9DBDBF (or 0x9DBDBF) is known color: Casper. HEX triplet: 9D, BD and BF. RGB value is (157,189,191). Sum of RGB (Red+Green+Blue) = 157+189+191=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 191 - color contains mainly: blue. Hex color #9DBDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBDBF is #624240. Grayscale: #B3B3B3. Windows color (decimal): -6439489 or 12565917. OLE color: 12565917.
HSL color Cylindrical-coordinate representation of color #9DBDBF: hue angle of 183.53º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DBDBF is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 189 | 191 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.25 |
| HSL | 183.53º | 0.21% | 0.68% | - |
| HSV(B) | 183.53º | 0.18% | 0.75% | - |
| XYZ | 41.51 | 47.32 | 56.24 | - |
| YUV | 179.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 191 | 0.18 | 0.01 | 0 | 0.25 | 183.53 | 0.21 | 0.68 |
| Hex | 9D | BD | BF | 12 | 1 | 0 | 19 | B8 | 15 | 44 |
| Octal | 235 | 275 | 277 | 22 | 1 | 0 | 31 | 270 | 25 | 104 |
| Binary | 10011101 | 10111101 | 10111111 | 10010 | 1 | 0 | 11001 | 10111000 | 10101 | 1000100 |
Color Harmonies of #9DBDBF
Complementary color
Monochromatic Colors of #9DBDBF
Black with #9DBDBF
Text Example
Text Example
White with #9DBDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDBF; }
p { color: rgb(157,189,191); }
H1.HeaderClassName
{
color: #9DBDBF;
}
.AnyTagClassName
{
color: #9DBDBF;
}
</style>
background-color css
<style>
a { background-color: #9DBDBF; }
a { background-color: rgb(157,189,191); }
div.DivClassName
{
background-color: #9DBDBF;
}
.BgClassName
{
background-color: #9DBDBF;
}
</style>
border-color css
<style>
span { border-color: #9DBDBF; }
span { border-color: rgb(157,189,191); }
td.TdClassName
{
border-color: #9DBDBF;
}
.TagClassName
{
border-color: #9DBDBF;
}
</style>