Shades of Regent St Blue #9ECFDC
Tints of Regent St Blue #9ECFDC
RGB
CMYK
RGB Variations
Color information
#9ECFDC (or 0x9ECFDC) is known color: Regent St Blue. HEX triplet: 9E, CF and DC. RGB value is (158,207,220). Sum of RGB (Red+Green+Blue) = 158+207+220=585 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.01% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #9ECFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECFDC is #613023. Grayscale: #C1C1C1. Windows color (decimal): -6369316 or 14471070. OLE color: 14471070.
HSL color Cylindrical-coordinate representation of color #9ECFDC: hue angle of 192.58º 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 #9ECFDC is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 207 | 220 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.14 |
| HSL | 192.58º | 0.47% | 0.74% | - |
| HSV(B) | 192.58º | 0.28% | 0.86% | - |
| XYZ | 49.33 | 57.06 | 76.12 | - |
| YUV | 193.83 | 142.77 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 220 | 0.28 | 0.06 | 0 | 0.14 | 192.58 | 0.47 | 0.74 |
| Hex | 9E | CF | DC | 1C | 6 | 0 | E | C1 | 2F | 4A |
| Octal | 236 | 317 | 334 | 34 | 6 | 0 | 16 | 301 | 57 | 112 |
| Binary | 10011110 | 11001111 | 11011100 | 11100 | 110 | 0 | 1110 | 11000001 | 101111 | 1001010 |
Color Harmonies of #9ECFDC
Complementary color
Monochromatic Colors of #9ECFDC
Black with #9ECFDC
Text Example
Text Example
White with #9ECFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECFDC; }
p { color: rgb(158,207,220); }
H1.HeaderClassName
{
color: #9ECFDC;
}
.AnyTagClassName
{
color: #9ECFDC;
}
</style>
background-color css
<style>
a { background-color: #9ECFDC; }
a { background-color: rgb(158,207,220); }
div.DivClassName
{
background-color: #9ECFDC;
}
.BgClassName
{
background-color: #9ECFDC;
}
</style>
border-color css
<style>
span { border-color: #9ECFDC; }
span { border-color: rgb(158,207,220); }
td.TdClassName
{
border-color: #9ECFDC;
}
.TagClassName
{
border-color: #9ECFDC;
}
</style>