Shades of Regent St Blue #9DD0DE
Tints of Regent St Blue #9DD0DE
RGB
CMYK
RGB Variations
Color information
#9DD0DE (or 0x9DD0DE) is known color: Regent St Blue. HEX triplet: 9D, D0 and DE. RGB value is (157,208,222). Sum of RGB (Red+Green+Blue) = 157+208+222=587 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.75% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #9DD0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD0DE is #622F21. Grayscale: #C2C2C2. Windows color (decimal): -6434594 or 14602397. OLE color: 14602397.
HSL color Cylindrical-coordinate representation of color #9DD0DE: hue angle of 192.92º degrees, saturation: 0.5, 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 #9DD0DE is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 208 | 222 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.13 |
| HSL | 192.92º | 0.5% | 0.74% | - |
| HSV(B) | 192.92º | 0.29% | 0.87% | - |
| XYZ | 49.65 | 57.55 | 77.6 | - |
| YUV | 194.35 | 143.6 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 208 | 222 | 0.29 | 0.06 | 0 | 0.13 | 192.92 | 0.5 | 0.74 |
| Hex | 9D | D0 | DE | 1D | 6 | 0 | D | C1 | 32 | 4A |
| Octal | 235 | 320 | 336 | 35 | 6 | 0 | 15 | 301 | 62 | 112 |
| Binary | 10011101 | 11010000 | 11011110 | 11101 | 110 | 0 | 1101 | 11000001 | 110010 | 1001010 |
Color Harmonies of #9DD0DE
Complementary color
Monochromatic Colors of #9DD0DE
Black with #9DD0DE
Text Example
Text Example
White with #9DD0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD0DE; }
p { color: rgb(157,208,222); }
H1.HeaderClassName
{
color: #9DD0DE;
}
.AnyTagClassName
{
color: #9DD0DE;
}
</style>
background-color css
<style>
a { background-color: #9DD0DE; }
a { background-color: rgb(157,208,222); }
div.DivClassName
{
background-color: #9DD0DE;
}
.BgClassName
{
background-color: #9DD0DE;
}
</style>
border-color css
<style>
span { border-color: #9DD0DE; }
span { border-color: rgb(157,208,222); }
td.TdClassName
{
border-color: #9DD0DE;
}
.TagClassName
{
border-color: #9DD0DE;
}
</style>