Shades of Regent St Blue #9DCADF
Tints of Regent St Blue #9DCADF
RGB
CMYK
RGB Variations
Color information
#9DCADF (or 0x9DCADF) is known color: Regent St Blue. HEX triplet: 9D, CA and DF. RGB value is (157,202,223). Sum of RGB (Red+Green+Blue) = 157+202+223=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DCADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCADF is #623520. Grayscale: #BEBEBE. Windows color (decimal): -6436129 or 14666397. OLE color: 14666397.
HSL color Cylindrical-coordinate representation of color #9DCADF: hue angle of 199.09º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DCADF is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 202 | 223 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.13 |
| HSL | 199.09º | 0.51% | 0.75% | - |
| HSV(B) | 199.09º | 0.3% | 0.87% | - |
| XYZ | 48.34 | 54.74 | 77.83 | - |
| YUV | 190.94 | 146.09 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 223 | 0.30 | 0.09 | 0 | 0.13 | 199.09 | 0.51 | 0.75 |
| Hex | 9D | CA | DF | 1E | 9 | 0 | D | C7 | 33 | 4B |
| Octal | 235 | 312 | 337 | 36 | 11 | 0 | 15 | 307 | 63 | 113 |
| Binary | 10011101 | 11001010 | 11011111 | 11110 | 1001 | 0 | 1101 | 11000111 | 110011 | 1001011 |
Color Harmonies of #9DCADF
Complementary color
Monochromatic Colors of #9DCADF
Black with #9DCADF
Text Example
Text Example
White with #9DCADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCADF; }
p { color: rgb(157,202,223); }
H1.HeaderClassName
{
color: #9DCADF;
}
.AnyTagClassName
{
color: #9DCADF;
}
</style>
background-color css
<style>
a { background-color: #9DCADF; }
a { background-color: rgb(157,202,223); }
div.DivClassName
{
background-color: #9DCADF;
}
.BgClassName
{
background-color: #9DCADF;
}
</style>
border-color css
<style>
span { border-color: #9DCADF; }
span { border-color: rgb(157,202,223); }
td.TdClassName
{
border-color: #9DCADF;
}
.TagClassName
{
border-color: #9DCADF;
}
</style>