Shades of Regent St Blue #9ECEDA
Tints of Regent St Blue #9ECEDA
RGB
CMYK
RGB Variations
Color information
#9ECEDA (or 0x9ECEDA) is known color: Regent St Blue. HEX triplet: 9E, CE and DA. RGB value is (158,206,218). Sum of RGB (Red+Green+Blue) = 158+206+218=582 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.15% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #9ECEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECEDA is #613125. Grayscale: #C0C0C0. Windows color (decimal): -6369574 or 14339742. OLE color: 14339742.
HSL color Cylindrical-coordinate representation of color #9ECEDA: hue angle of 192º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9ECEDA is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 206 | 218 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.15 |
| HSL | 192º | 0.45% | 0.74% | - |
| HSV(B) | 192º | 0.28% | 0.85% | - |
| XYZ | 48.83 | 56.47 | 74.66 | - |
| YUV | 193.02 | 142.1 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 218 | 0.28 | 0.06 | 0 | 0.15 | 192 | 0.45 | 0.74 |
| Hex | 9E | CE | DA | 1C | 6 | 0 | F | C0 | 2D | 4A |
| Octal | 236 | 316 | 332 | 34 | 6 | 0 | 17 | 300 | 55 | 112 |
| Binary | 10011110 | 11001110 | 11011010 | 11100 | 110 | 0 | 1111 | 11000000 | 101101 | 1001010 |
Color Harmonies of #9ECEDA
Complementary color
Monochromatic Colors of #9ECEDA
Black with #9ECEDA
Text Example
Text Example
White with #9ECEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECEDA; }
p { color: rgb(158,206,218); }
H1.HeaderClassName
{
color: #9ECEDA;
}
.AnyTagClassName
{
color: #9ECEDA;
}
</style>
background-color css
<style>
a { background-color: #9ECEDA; }
a { background-color: rgb(158,206,218); }
div.DivClassName
{
background-color: #9ECEDA;
}
.BgClassName
{
background-color: #9ECEDA;
}
</style>
border-color css
<style>
span { border-color: #9ECEDA; }
span { border-color: rgb(158,206,218); }
td.TdClassName
{
border-color: #9ECEDA;
}
.TagClassName
{
border-color: #9ECEDA;
}
</style>