Shades of Regent St Blue #9DCBDE
Tints of Regent St Blue #9DCBDE
RGB
CMYK
RGB Variations
Color information
#9DCBDE (or 0x9DCBDE) is known color: Regent St Blue. HEX triplet: 9D, CB and DE. RGB value is (157,203,222). Sum of RGB (Red+Green+Blue) = 157+203+222=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #9DCBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCBDE is #623421. Grayscale: #BFBFBF. Windows color (decimal): -6435874 or 14601117. OLE color: 14601117.
HSL color Cylindrical-coordinate representation of color #9DCBDE: hue angle of 197.54º degrees, saturation: 0.5, 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 #9DCBDE is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 203 | 222 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.13 |
| HSL | 197.54º | 0.5% | 0.74% | - |
| HSV(B) | 197.54º | 0.29% | 0.87% | - |
| XYZ | 48.45 | 55.15 | 77.2 | - |
| YUV | 191.41 | 145.26 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 222 | 0.29 | 0.09 | 0 | 0.13 | 197.54 | 0.5 | 0.74 |
| Hex | 9D | CB | DE | 1D | 9 | 0 | D | C6 | 32 | 4A |
| Octal | 235 | 313 | 336 | 35 | 11 | 0 | 15 | 306 | 62 | 112 |
| Binary | 10011101 | 11001011 | 11011110 | 11101 | 1001 | 0 | 1101 | 11000110 | 110010 | 1001010 |
Color Harmonies of #9DCBDE
Complementary color
Monochromatic Colors of #9DCBDE
Black with #9DCBDE
Text Example
Text Example
White with #9DCBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCBDE; }
p { color: rgb(157,203,222); }
H1.HeaderClassName
{
color: #9DCBDE;
}
.AnyTagClassName
{
color: #9DCBDE;
}
</style>
background-color css
<style>
a { background-color: #9DCBDE; }
a { background-color: rgb(157,203,222); }
div.DivClassName
{
background-color: #9DCBDE;
}
.BgClassName
{
background-color: #9DCBDE;
}
</style>
border-color css
<style>
span { border-color: #9DCBDE; }
span { border-color: rgb(157,203,222); }
td.TdClassName
{
border-color: #9DCBDE;
}
.TagClassName
{
border-color: #9DCBDE;
}
</style>