Shades of Regent St Blue #9DCEDA
Tints of Regent St Blue #9DCEDA
RGB
CMYK
RGB Variations
Color information
#9DCEDA (or 0x9DCEDA) is known color: Regent St Blue. HEX triplet: 9D, CE and DA. RGB value is (157,206,218). Sum of RGB (Red+Green+Blue) = 157+206+218=581 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.02% from 581); Green value is 206 (80.86% from 255 or 35.46% 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 #9DCEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCEDA is #623125. Grayscale: #C0C0C0. Windows color (decimal): -6435110 or 14339741. OLE color: 14339741.
HSL color Cylindrical-coordinate representation of color #9DCEDA: hue angle of 191.8º 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 #9DCEDA is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 206 | 218 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.15 |
| HSL | 191.8º | 0.45% | 0.74% | - |
| HSV(B) | 191.8º | 0.28% | 0.85% | - |
| XYZ | 48.63 | 56.37 | 74.65 | - |
| YUV | 192.72 | 142.27 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 218 | 0.28 | 0.06 | 0 | 0.15 | 191.8 | 0.45 | 0.74 |
| Hex | 9D | CE | DA | 1C | 6 | 0 | F | C0 | 2D | 4A |
| Octal | 235 | 316 | 332 | 34 | 6 | 0 | 17 | 300 | 55 | 112 |
| Binary | 10011101 | 11001110 | 11011010 | 11100 | 110 | 0 | 1111 | 11000000 | 101101 | 1001010 |
Color Harmonies of #9DCEDA
Complementary color
Monochromatic Colors of #9DCEDA
Black with #9DCEDA
Text Example
Text Example
White with #9DCEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCEDA; }
p { color: rgb(157,206,218); }
H1.HeaderClassName
{
color: #9DCEDA;
}
.AnyTagClassName
{
color: #9DCEDA;
}
</style>
background-color css
<style>
a { background-color: #9DCEDA; }
a { background-color: rgb(157,206,218); }
div.DivClassName
{
background-color: #9DCEDA;
}
.BgClassName
{
background-color: #9DCEDA;
}
</style>
border-color css
<style>
span { border-color: #9DCEDA; }
span { border-color: rgb(157,206,218); }
td.TdClassName
{
border-color: #9DCEDA;
}
.TagClassName
{
border-color: #9DCEDA;
}
</style>