Shades of Regent St Blue #9DCBDD
Tints of Regent St Blue #9DCBDD
RGB
CMYK
RGB Variations
Color information
#9DCBDD (or 0x9DCBDD) is known color: Regent St Blue. HEX triplet: 9D, CB and DD. RGB value is (157,203,221). Sum of RGB (Red+Green+Blue) = 157+203+221=581 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.02% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DCBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCBDD is #623422. Grayscale: #BFBFBF. Windows color (decimal): -6435875 or 14535581. OLE color: 14535581.
HSL color Cylindrical-coordinate representation of color #9DCBDD: hue angle of 196.88º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DCBDD is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 203 | 221 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.13 |
| HSL | 196.88º | 0.48% | 0.74% | - |
| HSV(B) | 196.88º | 0.29% | 0.87% | - |
| XYZ | 48.31 | 55.1 | 76.5 | - |
| YUV | 191.3 | 144.76 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 221 | 0.29 | 0.08 | 0 | 0.13 | 196.88 | 0.48 | 0.74 |
| Hex | 9D | CB | DD | 1D | 8 | 0 | D | C5 | 30 | 4A |
| Octal | 235 | 313 | 335 | 35 | 10 | 0 | 15 | 305 | 60 | 112 |
| Binary | 10011101 | 11001011 | 11011101 | 11101 | 1000 | 0 | 1101 | 11000101 | 110000 | 1001010 |
Color Harmonies of #9DCBDD
Complementary color
Monochromatic Colors of #9DCBDD
Black with #9DCBDD
Text Example
Text Example
White with #9DCBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCBDD; }
p { color: rgb(157,203,221); }
H1.HeaderClassName
{
color: #9DCBDD;
}
.AnyTagClassName
{
color: #9DCBDD;
}
</style>
background-color css
<style>
a { background-color: #9DCBDD; }
a { background-color: rgb(157,203,221); }
div.DivClassName
{
background-color: #9DCBDD;
}
.BgClassName
{
background-color: #9DCBDD;
}
</style>
border-color css
<style>
span { border-color: #9DCBDD; }
span { border-color: rgb(157,203,221); }
td.TdClassName
{
border-color: #9DCBDD;
}
.TagClassName
{
border-color: #9DCBDD;
}
</style>