Shades of Regent St Blue #9DD3DD
Tints of Regent St Blue #9DD3DD
RGB
CMYK
RGB Variations
Color information
#9DD3DD (or 0x9DD3DD) is known color: Regent St Blue. HEX triplet: 9D, D3 and DD. RGB value is (157,211,221). Sum of RGB (Red+Green+Blue) = 157+211+221=589 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.66% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DD3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD3DD is #622C22. Grayscale: #C3C3C3. Windows color (decimal): -6433827 or 14537629. OLE color: 14537629.
HSL color Cylindrical-coordinate representation of color #9DD3DD: hue angle of 189.38º 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 #9DD3DD is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 211 | 221 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.13 |
| HSL | 189.38º | 0.48% | 0.74% | - |
| HSV(B) | 189.38º | 0.29% | 0.87% | - |
| XYZ | 50.25 | 58.98 | 77.14 | - |
| YUV | 195.99 | 142.11 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 211 | 221 | 0.29 | 0.05 | 0 | 0.13 | 189.38 | 0.48 | 0.74 |
| Hex | 9D | D3 | DD | 1D | 5 | 0 | D | BD | 30 | 4A |
| Octal | 235 | 323 | 335 | 35 | 5 | 0 | 15 | 275 | 60 | 112 |
| Binary | 10011101 | 11010011 | 11011101 | 11101 | 101 | 0 | 1101 | 10111101 | 110000 | 1001010 |
Color Harmonies of #9DD3DD
Complementary color
Monochromatic Colors of #9DD3DD
Black with #9DD3DD
Text Example
Text Example
White with #9DD3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD3DD; }
p { color: rgb(157,211,221); }
H1.HeaderClassName
{
color: #9DD3DD;
}
.AnyTagClassName
{
color: #9DD3DD;
}
</style>
background-color css
<style>
a { background-color: #9DD3DD; }
a { background-color: rgb(157,211,221); }
div.DivClassName
{
background-color: #9DD3DD;
}
.BgClassName
{
background-color: #9DD3DD;
}
</style>
border-color css
<style>
span { border-color: #9DD3DD; }
span { border-color: rgb(157,211,221); }
td.TdClassName
{
border-color: #9DD3DD;
}
.TagClassName
{
border-color: #9DD3DD;
}
</style>