Shades of Regent St Blue #9DCEDE
Tints of Regent St Blue #9DCEDE
RGB
CMYK
RGB Variations
Color information
#9DCEDE (or 0x9DCEDE) is known color: Regent St Blue. HEX triplet: 9D, CE and DE. RGB value is (157,206,222). Sum of RGB (Red+Green+Blue) = 157+206+222=585 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.84% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #9DCEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCEDE is #623121. Grayscale: #C1C1C1. Windows color (decimal): -6435106 or 14601885. OLE color: 14601885.
HSL color Cylindrical-coordinate representation of color #9DCEDE: hue angle of 194.77º 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 #9DCEDE is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 206 | 222 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.13 |
| HSL | 194.77º | 0.5% | 0.74% | - |
| HSV(B) | 194.77º | 0.29% | 0.87% | - |
| XYZ | 49.16 | 56.58 | 77.44 | - |
| YUV | 193.17 | 144.27 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 222 | 0.29 | 0.07 | 0 | 0.13 | 194.77 | 0.5 | 0.74 |
| Hex | 9D | CE | DE | 1D | 7 | 0 | D | C3 | 32 | 4A |
| Octal | 235 | 316 | 336 | 35 | 7 | 0 | 15 | 303 | 62 | 112 |
| Binary | 10011101 | 11001110 | 11011110 | 11101 | 111 | 0 | 1101 | 11000011 | 110010 | 1001010 |
Color Harmonies of #9DCEDE
Complementary color
Monochromatic Colors of #9DCEDE
Black with #9DCEDE
Text Example
Text Example
White with #9DCEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCEDE; }
p { color: rgb(157,206,222); }
H1.HeaderClassName
{
color: #9DCEDE;
}
.AnyTagClassName
{
color: #9DCEDE;
}
</style>
background-color css
<style>
a { background-color: #9DCEDE; }
a { background-color: rgb(157,206,222); }
div.DivClassName
{
background-color: #9DCEDE;
}
.BgClassName
{
background-color: #9DCEDE;
}
</style>
border-color css
<style>
span { border-color: #9DCEDE; }
span { border-color: rgb(157,206,222); }
td.TdClassName
{
border-color: #9DCEDE;
}
.TagClassName
{
border-color: #9DCEDE;
}
</style>