Shades of Regent St Blue #9DCEDD
Tints of Regent St Blue #9DCEDD
RGB
CMYK
RGB Variations
Color information
#9DCEDD (or 0x9DCEDD) is known color: Regent St Blue. HEX triplet: 9D, CE and DD. RGB value is (157,206,221). Sum of RGB (Red+Green+Blue) = 157+206+221=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DCEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCEDD is #623122. Grayscale: #C0C0C0. Windows color (decimal): -6435107 or 14536349. OLE color: 14536349.
HSL color Cylindrical-coordinate representation of color #9DCEDD: hue angle of 194.06º 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 #9DCEDD is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 206 | 221 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.13 |
| HSL | 194.06º | 0.48% | 0.74% | - |
| HSV(B) | 194.06º | 0.29% | 0.87% | - |
| XYZ | 49.03 | 56.53 | 76.73 | - |
| YUV | 193.06 | 143.77 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 221 | 0.29 | 0.07 | 0 | 0.13 | 194.06 | 0.48 | 0.74 |
| Hex | 9D | CE | DD | 1D | 7 | 0 | D | C2 | 30 | 4A |
| Octal | 235 | 316 | 335 | 35 | 7 | 0 | 15 | 302 | 60 | 112 |
| Binary | 10011101 | 11001110 | 11011101 | 11101 | 111 | 0 | 1101 | 11000010 | 110000 | 1001010 |
Color Harmonies of #9DCEDD
Complementary color
Monochromatic Colors of #9DCEDD
Black with #9DCEDD
Text Example
Text Example
White with #9DCEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCEDD; }
p { color: rgb(157,206,221); }
H1.HeaderClassName
{
color: #9DCEDD;
}
.AnyTagClassName
{
color: #9DCEDD;
}
</style>
background-color css
<style>
a { background-color: #9DCEDD; }
a { background-color: rgb(157,206,221); }
div.DivClassName
{
background-color: #9DCEDD;
}
.BgClassName
{
background-color: #9DCEDD;
}
</style>
border-color css
<style>
span { border-color: #9DCEDD; }
span { border-color: rgb(157,206,221); }
td.TdClassName
{
border-color: #9DCEDD;
}
.TagClassName
{
border-color: #9DCEDD;
}
</style>