Shades of Regent St Blue #9ECCDF
Tints of Regent St Blue #9ECCDF
RGB
CMYK
RGB Variations
Color information
#9ECCDF (or 0x9ECCDF) is known color: Regent St Blue. HEX triplet: 9E, CC and DF. RGB value is (158,204,223). Sum of RGB (Red+Green+Blue) = 158+204+223=585 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.01% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #9ECCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECCDF is #613320. Grayscale: #C0C0C0. Windows color (decimal): -6370081 or 14666910. OLE color: 14666910.
HSL color Cylindrical-coordinate representation of color #9ECCDF: hue angle of 197.54º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ECCDF is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 204 | 223 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.13 |
| HSL | 197.54º | 0.5% | 0.75% | - |
| HSV(B) | 197.54º | 0.29% | 0.87% | - |
| XYZ | 49.01 | 55.78 | 78 | - |
| YUV | 192.41 | 145.26 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 223 | 0.29 | 0.09 | 0 | 0.13 | 197.54 | 0.5 | 0.75 |
| Hex | 9E | CC | DF | 1D | 9 | 0 | D | C6 | 32 | 4B |
| Octal | 236 | 314 | 337 | 35 | 11 | 0 | 15 | 306 | 62 | 113 |
| Binary | 10011110 | 11001100 | 11011111 | 11101 | 1001 | 0 | 1101 | 11000110 | 110010 | 1001011 |
Color Harmonies of #9ECCDF
Complementary color
Monochromatic Colors of #9ECCDF
Black with #9ECCDF
Text Example
Text Example
White with #9ECCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECCDF; }
p { color: rgb(158,204,223); }
H1.HeaderClassName
{
color: #9ECCDF;
}
.AnyTagClassName
{
color: #9ECCDF;
}
</style>
background-color css
<style>
a { background-color: #9ECCDF; }
a { background-color: rgb(158,204,223); }
div.DivClassName
{
background-color: #9ECCDF;
}
.BgClassName
{
background-color: #9ECCDF;
}
</style>
border-color css
<style>
span { border-color: #9ECCDF; }
span { border-color: rgb(158,204,223); }
td.TdClassName
{
border-color: #9ECCDF;
}
.TagClassName
{
border-color: #9ECCDF;
}
</style>