Shades of Regent St Blue #9DCFDF
Tints of Regent St Blue #9DCFDF
RGB
CMYK
RGB Variations
Color information
#9DCFDF (or 0x9DCFDF) is known color: Regent St Blue. HEX triplet: 9D, CF and DF. RGB value is (157,207,223). Sum of RGB (Red+Green+Blue) = 157+207+223=587 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.75% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DCFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCFDF is #623020. Grayscale: #C1C1C1. Windows color (decimal): -6434849 or 14667677. OLE color: 14667677.
HSL color Cylindrical-coordinate representation of color #9DCFDF: hue angle of 194.55º 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 #9DCFDF is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 207 | 223 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.13 |
| HSL | 194.55º | 0.51% | 0.75% | - |
| HSV(B) | 194.55º | 0.3% | 0.87% | - |
| XYZ | 49.54 | 57.12 | 78.23 | - |
| YUV | 193.87 | 144.44 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 207 | 223 | 0.30 | 0.07 | 0 | 0.13 | 194.55 | 0.51 | 0.75 |
| Hex | 9D | CF | DF | 1E | 7 | 0 | D | C3 | 33 | 4B |
| Octal | 235 | 317 | 337 | 36 | 7 | 0 | 15 | 303 | 63 | 113 |
| Binary | 10011101 | 11001111 | 11011111 | 11110 | 111 | 0 | 1101 | 11000011 | 110011 | 1001011 |
Color Harmonies of #9DCFDF
Complementary color
Monochromatic Colors of #9DCFDF
Black with #9DCFDF
Text Example
Text Example
White with #9DCFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCFDF; }
p { color: rgb(157,207,223); }
H1.HeaderClassName
{
color: #9DCFDF;
}
.AnyTagClassName
{
color: #9DCFDF;
}
</style>
background-color css
<style>
a { background-color: #9DCFDF; }
a { background-color: rgb(157,207,223); }
div.DivClassName
{
background-color: #9DCFDF;
}
.BgClassName
{
background-color: #9DCFDF;
}
</style>
border-color css
<style>
span { border-color: #9DCFDF; }
span { border-color: rgb(157,207,223); }
td.TdClassName
{
border-color: #9DCFDF;
}
.TagClassName
{
border-color: #9DCFDF;
}
</style>