Shades of Regent St Blue #9ECCDC
Tints of Regent St Blue #9ECCDC
RGB
CMYK
RGB Variations
Color information
#9ECCDC (or 0x9ECCDC) is known color: Regent St Blue. HEX triplet: 9E, CC and DC. RGB value is (158,204,220). Sum of RGB (Red+Green+Blue) = 158+204+220=582 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.15% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #9ECCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECCDC is #613323. Grayscale: #BFBFBF. Windows color (decimal): -6370084 or 14470302. OLE color: 14470302.
HSL color Cylindrical-coordinate representation of color #9ECCDC: hue angle of 195.48º 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 #9ECCDC is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 204 | 220 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.14 |
| HSL | 195.48º | 0.47% | 0.74% | - |
| HSV(B) | 195.48º | 0.28% | 0.86% | - |
| XYZ | 48.61 | 55.62 | 75.88 | - |
| YUV | 192.07 | 143.76 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 220 | 0.28 | 0.07 | 0 | 0.14 | 195.48 | 0.47 | 0.74 |
| Hex | 9E | CC | DC | 1C | 7 | 0 | E | C3 | 2F | 4A |
| Octal | 236 | 314 | 334 | 34 | 7 | 0 | 16 | 303 | 57 | 112 |
| Binary | 10011110 | 11001100 | 11011100 | 11100 | 111 | 0 | 1110 | 11000011 | 101111 | 1001010 |
Color Harmonies of #9ECCDC
Complementary color
Monochromatic Colors of #9ECCDC
Black with #9ECCDC
Text Example
Text Example
White with #9ECCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECCDC; }
p { color: rgb(158,204,220); }
H1.HeaderClassName
{
color: #9ECCDC;
}
.AnyTagClassName
{
color: #9ECCDC;
}
</style>
background-color css
<style>
a { background-color: #9ECCDC; }
a { background-color: rgb(158,204,220); }
div.DivClassName
{
background-color: #9ECCDC;
}
.BgClassName
{
background-color: #9ECCDC;
}
</style>
border-color css
<style>
span { border-color: #9ECCDC; }
span { border-color: rgb(158,204,220); }
td.TdClassName
{
border-color: #9ECCDC;
}
.TagClassName
{
border-color: #9ECCDC;
}
</style>