Shades of Regent St Blue #9ECBDD
Tints of Regent St Blue #9ECBDD
RGB
CMYK
RGB Variations
Color information
#9ECBDD (or 0x9ECBDD) is known color: Regent St Blue. HEX triplet: 9E, CB and DD. RGB value is (158,203,221). Sum of RGB (Red+Green+Blue) = 158+203+221=582 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.15% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #9ECBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECBDD is #613422. Grayscale: #BFBFBF. Windows color (decimal): -6370339 or 14535582. OLE color: 14535582.
HSL color Cylindrical-coordinate representation of color #9ECBDD: hue angle of 197.14º 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 #9ECBDD is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 203 | 221 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.13 |
| HSL | 197.14º | 0.48% | 0.74% | - |
| HSV(B) | 197.14º | 0.29% | 0.87% | - |
| XYZ | 48.51 | 55.2 | 76.5 | - |
| YUV | 191.6 | 144.59 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 203 | 221 | 0.29 | 0.08 | 0 | 0.13 | 197.14 | 0.48 | 0.74 |
| Hex | 9E | CB | DD | 1D | 8 | 0 | D | C5 | 30 | 4A |
| Octal | 236 | 313 | 335 | 35 | 10 | 0 | 15 | 305 | 60 | 112 |
| Binary | 10011110 | 11001011 | 11011101 | 11101 | 1000 | 0 | 1101 | 11000101 | 110000 | 1001010 |
Color Harmonies of #9ECBDD
Complementary color
Monochromatic Colors of #9ECBDD
Black with #9ECBDD
Text Example
Text Example
White with #9ECBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECBDD; }
p { color: rgb(158,203,221); }
H1.HeaderClassName
{
color: #9ECBDD;
}
.AnyTagClassName
{
color: #9ECBDD;
}
</style>
background-color css
<style>
a { background-color: #9ECBDD; }
a { background-color: rgb(158,203,221); }
div.DivClassName
{
background-color: #9ECBDD;
}
.BgClassName
{
background-color: #9ECBDD;
}
</style>
border-color css
<style>
span { border-color: #9ECBDD; }
span { border-color: rgb(158,203,221); }
td.TdClassName
{
border-color: #9ECBDD;
}
.TagClassName
{
border-color: #9ECBDD;
}
</style>