Shades of Regent St Blue #9DCDD5
Tints of Regent St Blue #9DCDD5
RGB
CMYK
RGB Variations
Color information
#9DCDD5 (or 0x9DCDD5) is known color: Regent St Blue. HEX triplet: 9D, CD and D5. RGB value is (157,205,213). Sum of RGB (Red+Green+Blue) = 157+205+213=575 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.30% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 213 - color contains mainly: blue. Hex color #9DCDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCDD5 is #62322A. Grayscale: #BFBFBF. Windows color (decimal): -6435371 or 14011805. OLE color: 14011805.
HSL color Cylindrical-coordinate representation of color #9DCDD5: hue angle of 188.57º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DCDD5 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 205 | 213 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.16 |
| HSL | 188.57º | 0.4% | 0.73% | - |
| HSV(B) | 188.57º | 0.26% | 0.84% | - |
| XYZ | 47.75 | 55.63 | 71.17 | - |
| YUV | 191.56 | 140.1 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 213 | 0.26 | 0.04 | 0 | 0.16 | 188.57 | 0.4 | 0.73 |
| Hex | 9D | CD | D5 | 1A | 4 | 0 | 10 | BD | 28 | 49 |
| Octal | 235 | 315 | 325 | 32 | 4 | 0 | 20 | 275 | 50 | 111 |
| Binary | 10011101 | 11001101 | 11010101 | 11010 | 100 | 0 | 10000 | 10111101 | 101000 | 1001001 |
Color Harmonies of #9DCDD5
Complementary color
Monochromatic Colors of #9DCDD5
Black with #9DCDD5
Text Example
Text Example
White with #9DCDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCDD5; }
p { color: rgb(157,205,213); }
H1.HeaderClassName
{
color: #9DCDD5;
}
.AnyTagClassName
{
color: #9DCDD5;
}
</style>
background-color css
<style>
a { background-color: #9DCDD5; }
a { background-color: rgb(157,205,213); }
div.DivClassName
{
background-color: #9DCDD5;
}
.BgClassName
{
background-color: #9DCDD5;
}
</style>
border-color css
<style>
span { border-color: #9DCDD5; }
span { border-color: rgb(157,205,213); }
td.TdClassName
{
border-color: #9DCDD5;
}
.TagClassName
{
border-color: #9DCDD5;
}
</style>