Shades of Regent St Blue #9DCDDA
Tints of Regent St Blue #9DCDDA
RGB
CMYK
RGB Variations
Color information
#9DCDDA (or 0x9DCDDA) is known color: Regent St Blue. HEX triplet: 9D, CD and DA. RGB value is (157,205,218). Sum of RGB (Red+Green+Blue) = 157+205+218=580 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.07% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #9DCDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCDDA is #623225. Grayscale: #C0C0C0. Windows color (decimal): -6435366 or 14339485. OLE color: 14339485.
HSL color Cylindrical-coordinate representation of color #9DCDDA: hue angle of 192.79º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DCDDA is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 205 | 218 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.15 |
| HSL | 192.79º | 0.45% | 0.74% | - |
| HSV(B) | 192.79º | 0.28% | 0.85% | - |
| XYZ | 48.39 | 55.89 | 74.57 | - |
| YUV | 192.13 | 142.6 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 218 | 0.28 | 0.06 | 0 | 0.15 | 192.79 | 0.45 | 0.74 |
| Hex | 9D | CD | DA | 1C | 6 | 0 | F | C1 | 2D | 4A |
| Octal | 235 | 315 | 332 | 34 | 6 | 0 | 17 | 301 | 55 | 112 |
| Binary | 10011101 | 11001101 | 11011010 | 11100 | 110 | 0 | 1111 | 11000001 | 101101 | 1001010 |
Color Harmonies of #9DCDDA
Complementary color
Monochromatic Colors of #9DCDDA
Black with #9DCDDA
Text Example
Text Example
White with #9DCDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCDDA; }
p { color: rgb(157,205,218); }
H1.HeaderClassName
{
color: #9DCDDA;
}
.AnyTagClassName
{
color: #9DCDDA;
}
</style>
background-color css
<style>
a { background-color: #9DCDDA; }
a { background-color: rgb(157,205,218); }
div.DivClassName
{
background-color: #9DCDDA;
}
.BgClassName
{
background-color: #9DCDDA;
}
</style>
border-color css
<style>
span { border-color: #9DCDDA; }
span { border-color: rgb(157,205,218); }
td.TdClassName
{
border-color: #9DCDDA;
}
.TagClassName
{
border-color: #9DCDDA;
}
</style>