Shades of Regent St Blue #9ED1DA
Tints of Regent St Blue #9ED1DA
RGB
CMYK
RGB Variations
Color information
#9ED1DA (or 0x9ED1DA) is known color: Regent St Blue. HEX triplet: 9E, D1 and DA. RGB value is (158,209,218). Sum of RGB (Red+Green+Blue) = 158+209+218=585 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.01% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #9ED1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED1DA is #612E25. Grayscale: #C2C2C2. Windows color (decimal): -6368806 or 14340510. OLE color: 14340510.
HSL color Cylindrical-coordinate representation of color #9ED1DA: hue angle of 189º 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 #9ED1DA is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 209 | 218 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.15 |
| HSL | 189º | 0.45% | 0.74% | - |
| HSV(B) | 189º | 0.28% | 0.85% | - |
| XYZ | 49.56 | 57.93 | 74.9 | - |
| YUV | 194.78 | 141.1 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 209 | 218 | 0.28 | 0.04 | 0 | 0.15 | 189 | 0.45 | 0.74 |
| Hex | 9E | D1 | DA | 1C | 4 | 0 | F | BD | 2D | 4A |
| Octal | 236 | 321 | 332 | 34 | 4 | 0 | 17 | 275 | 55 | 112 |
| Binary | 10011110 | 11010001 | 11011010 | 11100 | 100 | 0 | 1111 | 10111101 | 101101 | 1001010 |
Color Harmonies of #9ED1DA
Complementary color
Monochromatic Colors of #9ED1DA
Black with #9ED1DA
Text Example
Text Example
White with #9ED1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED1DA; }
p { color: rgb(158,209,218); }
H1.HeaderClassName
{
color: #9ED1DA;
}
.AnyTagClassName
{
color: #9ED1DA;
}
</style>
background-color css
<style>
a { background-color: #9ED1DA; }
a { background-color: rgb(158,209,218); }
div.DivClassName
{
background-color: #9ED1DA;
}
.BgClassName
{
background-color: #9ED1DA;
}
</style>
border-color css
<style>
span { border-color: #9ED1DA; }
span { border-color: rgb(158,209,218); }
td.TdClassName
{
border-color: #9ED1DA;
}
.TagClassName
{
border-color: #9ED1DA;
}
</style>