Shades of Regent St Blue #9EC8DF
Tints of Regent St Blue #9EC8DF
RGB
CMYK
RGB Variations
Color information
#9EC8DF (or 0x9EC8DF) is known color: Regent St Blue. HEX triplet: 9E, C8 and DF. RGB value is (158,200,223). Sum of RGB (Red+Green+Blue) = 158+200+223=581 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.19% from 581); Green value is 200 (78.52% from 255 or 34.42% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #9EC8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC8DF is #613720. Grayscale: #BDBDBD. Windows color (decimal): -6371105 or 14665886. OLE color: 14665886.
HSL color Cylindrical-coordinate representation of color #9EC8DF: hue angle of 201.23º 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 #9EC8DF is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 200 | 223 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.13 |
| HSL | 201.23º | 0.5% | 0.75% | - |
| HSV(B) | 201.23º | 0.29% | 0.87% | - |
| XYZ | 48.07 | 53.91 | 77.68 | - |
| YUV | 190.06 | 146.59 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 200 | 223 | 0.29 | 0.10 | 0 | 0.13 | 201.23 | 0.5 | 0.75 |
| Hex | 9E | C8 | DF | 1D | A | 0 | D | C9 | 32 | 4B |
| Octal | 236 | 310 | 337 | 35 | 12 | 0 | 15 | 311 | 62 | 113 |
| Binary | 10011110 | 11001000 | 11011111 | 11101 | 1010 | 0 | 1101 | 11001001 | 110010 | 1001011 |
Color Harmonies of #9EC8DF
Complementary color
Monochromatic Colors of #9EC8DF
Black with #9EC8DF
Text Example
Text Example
White with #9EC8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC8DF; }
p { color: rgb(158,200,223); }
H1.HeaderClassName
{
color: #9EC8DF;
}
.AnyTagClassName
{
color: #9EC8DF;
}
</style>
background-color css
<style>
a { background-color: #9EC8DF; }
a { background-color: rgb(158,200,223); }
div.DivClassName
{
background-color: #9EC8DF;
}
.BgClassName
{
background-color: #9EC8DF;
}
</style>
border-color css
<style>
span { border-color: #9EC8DF; }
span { border-color: rgb(158,200,223); }
td.TdClassName
{
border-color: #9EC8DF;
}
.TagClassName
{
border-color: #9EC8DF;
}
</style>