Shades of Spindle #9DBCD4
Tints of Spindle #9DBCD4
RGB
CMYK
RGB Variations
Color information
#9DBCD4 (or 0x9DBCD4) is known color: Spindle. HEX triplet: 9D, BC and D4. RGB value is (157,188,212). Sum of RGB (Red+Green+Blue) = 157+188+212=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 212 - color contains mainly: blue. Hex color #9DBCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBCD4 is #62432B. Grayscale: #B5B5B5. Windows color (decimal): -6439724 or 13941917. OLE color: 13941917.
HSL color Cylindrical-coordinate representation of color #9DBCD4: hue angle of 206.18º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DBCD4 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 188 | 212 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.17 |
| HSL | 206.18º | 0.39% | 0.72% | - |
| HSV(B) | 206.18º | 0.26% | 0.83% | - |
| XYZ | 43.77 | 47.89 | 69.22 | - |
| YUV | 181.47 | 145.23 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 188 | 212 | 0.26 | 0.11 | 0 | 0.17 | 206.18 | 0.39 | 0.72 |
| Hex | 9D | BC | D4 | 1A | B | 0 | 11 | CE | 27 | 48 |
| Octal | 235 | 274 | 324 | 32 | 13 | 0 | 21 | 316 | 47 | 110 |
| Binary | 10011101 | 10111100 | 11010100 | 11010 | 1011 | 0 | 10001 | 11001110 | 100111 | 1001000 |
Color Harmonies of #9DBCD4
Complementary color
Monochromatic Colors of #9DBCD4
Black with #9DBCD4
Text Example
Text Example
White with #9DBCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBCD4; }
p { color: rgb(157,188,212); }
H1.HeaderClassName
{
color: #9DBCD4;
}
.AnyTagClassName
{
color: #9DBCD4;
}
</style>
background-color css
<style>
a { background-color: #9DBCD4; }
a { background-color: rgb(157,188,212); }
div.DivClassName
{
background-color: #9DBCD4;
}
.BgClassName
{
background-color: #9DBCD4;
}
</style>
border-color css
<style>
span { border-color: #9DBCD4; }
span { border-color: rgb(157,188,212); }
td.TdClassName
{
border-color: #9DBCD4;
}
.TagClassName
{
border-color: #9DBCD4;
}
</style>