Shades of Regent St Blue #9ECCDB
Tints of Regent St Blue #9ECCDB
RGB
CMYK
RGB Variations
Color information
#9ECCDB (or 0x9ECCDB) is known color: Regent St Blue. HEX triplet: 9E, CC and DB. RGB value is (158,204,219). Sum of RGB (Red+Green+Blue) = 158+204+219=581 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.19% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #9ECCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECCDB is #613324. Grayscale: #BFBFBF. Windows color (decimal): -6370085 or 14404766. OLE color: 14404766.
HSL color Cylindrical-coordinate representation of color #9ECCDB: hue angle of 194.75º degrees, saturation: 0.46, 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 #9ECCDB is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 204 | 219 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.14 |
| HSL | 194.75º | 0.46% | 0.74% | - |
| HSV(B) | 194.75º | 0.28% | 0.86% | - |
| XYZ | 48.48 | 55.57 | 75.19 | - |
| YUV | 191.96 | 143.26 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 219 | 0.28 | 0.07 | 0 | 0.14 | 194.75 | 0.46 | 0.74 |
| Hex | 9E | CC | DB | 1C | 7 | 0 | E | C3 | 2E | 4A |
| Octal | 236 | 314 | 333 | 34 | 7 | 0 | 16 | 303 | 56 | 112 |
| Binary | 10011110 | 11001100 | 11011011 | 11100 | 111 | 0 | 1110 | 11000011 | 101110 | 1001010 |
Color Harmonies of #9ECCDB
Complementary color
Monochromatic Colors of #9ECCDB
Black with #9ECCDB
Text Example
Text Example
White with #9ECCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECCDB; }
p { color: rgb(158,204,219); }
H1.HeaderClassName
{
color: #9ECCDB;
}
.AnyTagClassName
{
color: #9ECCDB;
}
</style>
background-color css
<style>
a { background-color: #9ECCDB; }
a { background-color: rgb(158,204,219); }
div.DivClassName
{
background-color: #9ECCDB;
}
.BgClassName
{
background-color: #9ECCDB;
}
</style>
border-color css
<style>
span { border-color: #9ECCDB; }
span { border-color: rgb(158,204,219); }
td.TdClassName
{
border-color: #9ECCDB;
}
.TagClassName
{
border-color: #9ECCDB;
}
</style>