Shades of Regent St Blue #9ECDDD
Tints of Regent St Blue #9ECDDD
RGB
CMYK
RGB Variations
Color information
#9ECDDD (or 0x9ECDDD) is known color: Regent St Blue. HEX triplet: 9E, CD and DD. RGB value is (158,205,221). Sum of RGB (Red+Green+Blue) = 158+205+221=584 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.05% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #9ECDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECDDD is #613222. Grayscale: #C0C0C0. Windows color (decimal): -6369827 or 14536094. OLE color: 14536094.
HSL color Cylindrical-coordinate representation of color #9ECDDD: hue angle of 195.24º 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 #9ECDDD is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 205 | 221 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.13 |
| HSL | 195.24º | 0.48% | 0.74% | - |
| HSV(B) | 195.24º | 0.29% | 0.87% | - |
| XYZ | 48.98 | 56.15 | 76.66 | - |
| YUV | 192.77 | 143.93 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 221 | 0.29 | 0.07 | 0 | 0.13 | 195.24 | 0.48 | 0.74 |
| Hex | 9E | CD | DD | 1D | 7 | 0 | D | C3 | 30 | 4A |
| Octal | 236 | 315 | 335 | 35 | 7 | 0 | 15 | 303 | 60 | 112 |
| Binary | 10011110 | 11001101 | 11011101 | 11101 | 111 | 0 | 1101 | 11000011 | 110000 | 1001010 |
Color Harmonies of #9ECDDD
Complementary color
Monochromatic Colors of #9ECDDD
Black with #9ECDDD
Text Example
Text Example
White with #9ECDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECDDD; }
p { color: rgb(158,205,221); }
H1.HeaderClassName
{
color: #9ECDDD;
}
.AnyTagClassName
{
color: #9ECDDD;
}
</style>
background-color css
<style>
a { background-color: #9ECDDD; }
a { background-color: rgb(158,205,221); }
div.DivClassName
{
background-color: #9ECDDD;
}
.BgClassName
{
background-color: #9ECDDD;
}
</style>
border-color css
<style>
span { border-color: #9ECDDD; }
span { border-color: rgb(158,205,221); }
td.TdClassName
{
border-color: #9ECDDD;
}
.TagClassName
{
border-color: #9ECDDD;
}
</style>