Shades of Regent St Blue #9ED3DD
Tints of Regent St Blue #9ED3DD
RGB
CMYK
RGB Variations
Color information
#9ED3DD (or 0x9ED3DD) is known color: Regent St Blue. HEX triplet: 9E, D3 and DD. RGB value is (158,211,221). Sum of RGB (Red+Green+Blue) = 158+211+221=590 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.78% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #9ED3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED3DD is #612C22. Grayscale: #C4C4C4. Windows color (decimal): -6368291 or 14537630. OLE color: 14537630.
HSL color Cylindrical-coordinate representation of color #9ED3DD: hue angle of 189.52º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ED3DD is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 211 | 221 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.13 |
| HSL | 189.52º | 0.48% | 0.74% | - |
| HSV(B) | 189.52º | 0.29% | 0.87% | - |
| XYZ | 50.45 | 59.08 | 77.15 | - |
| YUV | 196.29 | 141.94 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 211 | 221 | 0.29 | 0.05 | 0 | 0.13 | 189.52 | 0.48 | 0.74 |
| Hex | 9E | D3 | DD | 1D | 5 | 0 | D | BE | 30 | 4A |
| Octal | 236 | 323 | 335 | 35 | 5 | 0 | 15 | 276 | 60 | 112 |
| Binary | 10011110 | 11010011 | 11011101 | 11101 | 101 | 0 | 1101 | 10111110 | 110000 | 1001010 |
Color Harmonies of #9ED3DD
Complementary color
Monochromatic Colors of #9ED3DD
Black with #9ED3DD
Text Example
Text Example
White with #9ED3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED3DD; }
p { color: rgb(158,211,221); }
H1.HeaderClassName
{
color: #9ED3DD;
}
.AnyTagClassName
{
color: #9ED3DD;
}
</style>
background-color css
<style>
a { background-color: #9ED3DD; }
a { background-color: rgb(158,211,221); }
div.DivClassName
{
background-color: #9ED3DD;
}
.BgClassName
{
background-color: #9ED3DD;
}
</style>
border-color css
<style>
span { border-color: #9ED3DD; }
span { border-color: rgb(158,211,221); }
td.TdClassName
{
border-color: #9ED3DD;
}
.TagClassName
{
border-color: #9ED3DD;
}
</style>