Shades of Regent St Blue #9DD1DD
Tints of Regent St Blue #9DD1DD
RGB
CMYK
RGB Variations
Color information
#9DD1DD (or 0x9DD1DD) is known color: Regent St Blue. HEX triplet: 9D, D1 and DD. RGB value is (157,209,221). Sum of RGB (Red+Green+Blue) = 157+209+221=587 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.75% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DD1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD1DD is #622E22. Grayscale: #C2C2C2. Windows color (decimal): -6434339 or 14537117. OLE color: 14537117.
HSL color Cylindrical-coordinate representation of color #9DD1DD: hue angle of 191.25º 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 #9DD1DD is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 209 | 221 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.13 |
| HSL | 191.25º | 0.48% | 0.74% | - |
| HSV(B) | 191.25º | 0.29% | 0.87% | - |
| XYZ | 49.76 | 57.99 | 76.98 | - |
| YUV | 194.82 | 142.77 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 209 | 221 | 0.29 | 0.05 | 0 | 0.13 | 191.25 | 0.48 | 0.74 |
| Hex | 9D | D1 | DD | 1D | 5 | 0 | D | BF | 30 | 4A |
| Octal | 235 | 321 | 335 | 35 | 5 | 0 | 15 | 277 | 60 | 112 |
| Binary | 10011101 | 11010001 | 11011101 | 11101 | 101 | 0 | 1101 | 10111111 | 110000 | 1001010 |
Color Harmonies of #9DD1DD
Complementary color
Monochromatic Colors of #9DD1DD
Black with #9DD1DD
Text Example
Text Example
White with #9DD1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD1DD; }
p { color: rgb(157,209,221); }
H1.HeaderClassName
{
color: #9DD1DD;
}
.AnyTagClassName
{
color: #9DD1DD;
}
</style>
background-color css
<style>
a { background-color: #9DD1DD; }
a { background-color: rgb(157,209,221); }
div.DivClassName
{
background-color: #9DD1DD;
}
.BgClassName
{
background-color: #9DD1DD;
}
</style>
border-color css
<style>
span { border-color: #9DD1DD; }
span { border-color: rgb(157,209,221); }
td.TdClassName
{
border-color: #9DD1DD;
}
.TagClassName
{
border-color: #9DD1DD;
}
</style>