Shades of Regent St Blue #9ED2DD
Tints of Regent St Blue #9ED2DD
RGB
CMYK
RGB Variations
Color information
#9ED2DD (or 0x9ED2DD) is known color: Regent St Blue. HEX triplet: 9E, D2 and DD. RGB value is (158,210,221). Sum of RGB (Red+Green+Blue) = 158+210+221=589 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.83% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #9ED2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED2DD is #612D22. Grayscale: #C3C3C3. Windows color (decimal): -6368547 or 14537374. OLE color: 14537374.
HSL color Cylindrical-coordinate representation of color #9ED2DD: hue angle of 190.48º 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 #9ED2DD is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 210 | 221 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.13 |
| HSL | 190.48º | 0.48% | 0.74% | - |
| HSV(B) | 190.48º | 0.29% | 0.87% | - |
| XYZ | 50.2 | 58.58 | 77.07 | - |
| YUV | 195.71 | 142.27 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 210 | 221 | 0.29 | 0.05 | 0 | 0.13 | 190.48 | 0.48 | 0.74 |
| Hex | 9E | D2 | DD | 1D | 5 | 0 | D | BE | 30 | 4A |
| Octal | 236 | 322 | 335 | 35 | 5 | 0 | 15 | 276 | 60 | 112 |
| Binary | 10011110 | 11010010 | 11011101 | 11101 | 101 | 0 | 1101 | 10111110 | 110000 | 1001010 |
Color Harmonies of #9ED2DD
Complementary color
Monochromatic Colors of #9ED2DD
Black with #9ED2DD
Text Example
Text Example
White with #9ED2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED2DD; }
p { color: rgb(158,210,221); }
H1.HeaderClassName
{
color: #9ED2DD;
}
.AnyTagClassName
{
color: #9ED2DD;
}
</style>
background-color css
<style>
a { background-color: #9ED2DD; }
a { background-color: rgb(158,210,221); }
div.DivClassName
{
background-color: #9ED2DD;
}
.BgClassName
{
background-color: #9ED2DD;
}
</style>
border-color css
<style>
span { border-color: #9ED2DD; }
span { border-color: rgb(158,210,221); }
td.TdClassName
{
border-color: #9ED2DD;
}
.TagClassName
{
border-color: #9ED2DD;
}
</style>