Shades of Regent St Blue #9DCEDF
Tints of Regent St Blue #9DCEDF
RGB
CMYK
RGB Variations
Color information
#9DCEDF (or 0x9DCEDF) is known color: Regent St Blue. HEX triplet: 9D, CE and DF. RGB value is (157,206,223). Sum of RGB (Red+Green+Blue) = 157+206+223=586 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.79% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DCEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCEDF is #623120. Grayscale: #C1C1C1. Windows color (decimal): -6435105 or 14667421. OLE color: 14667421.
HSL color Cylindrical-coordinate representation of color #9DCEDF: hue angle of 195.45º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DCEDF is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 206 | 223 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.13 |
| HSL | 195.45º | 0.51% | 0.75% | - |
| HSV(B) | 195.45º | 0.3% | 0.87% | - |
| XYZ | 49.3 | 56.64 | 78.15 | - |
| YUV | 193.29 | 144.77 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 223 | 0.30 | 0.08 | 0 | 0.13 | 195.45 | 0.51 | 0.75 |
| Hex | 9D | CE | DF | 1E | 8 | 0 | D | C3 | 33 | 4B |
| Octal | 235 | 316 | 337 | 36 | 10 | 0 | 15 | 303 | 63 | 113 |
| Binary | 10011101 | 11001110 | 11011111 | 11110 | 1000 | 0 | 1101 | 11000011 | 110011 | 1001011 |
Color Harmonies of #9DCEDF
Complementary color
Monochromatic Colors of #9DCEDF
Black with #9DCEDF
Text Example
Text Example
White with #9DCEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCEDF; }
p { color: rgb(157,206,223); }
H1.HeaderClassName
{
color: #9DCEDF;
}
.AnyTagClassName
{
color: #9DCEDF;
}
</style>
background-color css
<style>
a { background-color: #9DCEDF; }
a { background-color: rgb(157,206,223); }
div.DivClassName
{
background-color: #9DCEDF;
}
.BgClassName
{
background-color: #9DCEDF;
}
</style>
border-color css
<style>
span { border-color: #9DCEDF; }
span { border-color: rgb(157,206,223); }
td.TdClassName
{
border-color: #9DCEDF;
}
.TagClassName
{
border-color: #9DCEDF;
}
</style>