Shades of Regent St Blue #9ECEDC
Tints of Regent St Blue #9ECEDC
RGB
CMYK
RGB Variations
Color information
#9ECEDC (or 0x9ECEDC) is known color: Regent St Blue. HEX triplet: 9E, CE and DC. RGB value is (158,206,220). Sum of RGB (Red+Green+Blue) = 158+206+220=584 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.05% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #9ECEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECEDC is #613123. Grayscale: #C1C1C1. Windows color (decimal): -6369572 or 14470814. OLE color: 14470814.
HSL color Cylindrical-coordinate representation of color #9ECEDC: hue angle of 193.55º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9ECEDC is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 206 | 220 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.14 |
| HSL | 193.55º | 0.47% | 0.74% | - |
| HSV(B) | 193.55º | 0.28% | 0.86% | - |
| XYZ | 49.09 | 56.58 | 76.04 | - |
| YUV | 193.24 | 143.1 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 220 | 0.28 | 0.06 | 0 | 0.14 | 193.55 | 0.47 | 0.74 |
| Hex | 9E | CE | DC | 1C | 6 | 0 | E | C2 | 2F | 4A |
| Octal | 236 | 316 | 334 | 34 | 6 | 0 | 16 | 302 | 57 | 112 |
| Binary | 10011110 | 11001110 | 11011100 | 11100 | 110 | 0 | 1110 | 11000010 | 101111 | 1001010 |
Color Harmonies of #9ECEDC
Complementary color
Monochromatic Colors of #9ECEDC
Black with #9ECEDC
Text Example
Text Example
White with #9ECEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECEDC; }
p { color: rgb(158,206,220); }
H1.HeaderClassName
{
color: #9ECEDC;
}
.AnyTagClassName
{
color: #9ECEDC;
}
</style>
background-color css
<style>
a { background-color: #9ECEDC; }
a { background-color: rgb(158,206,220); }
div.DivClassName
{
background-color: #9ECEDC;
}
.BgClassName
{
background-color: #9ECEDC;
}
</style>
border-color css
<style>
span { border-color: #9ECEDC; }
span { border-color: rgb(158,206,220); }
td.TdClassName
{
border-color: #9ECEDC;
}
.TagClassName
{
border-color: #9ECEDC;
}
</style>