Shades of Regent St Blue #9ECDDA
Tints of Regent St Blue #9ECDDA
RGB
CMYK
RGB Variations
Color information
#9ECDDA (or 0x9ECDDA) is known color: Regent St Blue. HEX triplet: 9E, CD and DA. RGB value is (158,205,218). Sum of RGB (Red+Green+Blue) = 158+205+218=581 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.19% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #9ECDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECDDA is #613225. Grayscale: #C0C0C0. Windows color (decimal): -6369830 or 14339486. OLE color: 14339486.
HSL color Cylindrical-coordinate representation of color #9ECDDA: hue angle of 193º 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 #9ECDDA is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 205 | 218 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.15 |
| HSL | 193º | 0.45% | 0.74% | - |
| HSV(B) | 193º | 0.28% | 0.85% | - |
| XYZ | 48.59 | 55.99 | 74.58 | - |
| YUV | 192.43 | 142.43 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 218 | 0.28 | 0.06 | 0 | 0.15 | 193 | 0.45 | 0.74 |
| Hex | 9E | CD | DA | 1C | 6 | 0 | F | C1 | 2D | 4A |
| Octal | 236 | 315 | 332 | 34 | 6 | 0 | 17 | 301 | 55 | 112 |
| Binary | 10011110 | 11001101 | 11011010 | 11100 | 110 | 0 | 1111 | 11000001 | 101101 | 1001010 |
Color Harmonies of #9ECDDA
Complementary color
Monochromatic Colors of #9ECDDA
Black with #9ECDDA
Text Example
Text Example
White with #9ECDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECDDA; }
p { color: rgb(158,205,218); }
H1.HeaderClassName
{
color: #9ECDDA;
}
.AnyTagClassName
{
color: #9ECDDA;
}
</style>
background-color css
<style>
a { background-color: #9ECDDA; }
a { background-color: rgb(158,205,218); }
div.DivClassName
{
background-color: #9ECDDA;
}
.BgClassName
{
background-color: #9ECDDA;
}
</style>
border-color css
<style>
span { border-color: #9ECDDA; }
span { border-color: rgb(158,205,218); }
td.TdClassName
{
border-color: #9ECDDA;
}
.TagClassName
{
border-color: #9ECDDA;
}
</style>