Shades of Regent St Blue #9DD0DA
Tints of Regent St Blue #9DD0DA
RGB
CMYK
RGB Variations
Color information
#9DD0DA (or 0x9DD0DA) is known color: Regent St Blue. HEX triplet: 9D, D0 and DA. RGB value is (157,208,218). Sum of RGB (Red+Green+Blue) = 157+208+218=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #9DD0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD0DA is #622F25. Grayscale: #C1C1C1. Windows color (decimal): -6434598 or 14340253. OLE color: 14340253.
HSL color Cylindrical-coordinate representation of color #9DD0DA: hue angle of 189.84º 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 #9DD0DA is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 208 | 218 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.15 |
| HSL | 189.84º | 0.45% | 0.74% | - |
| HSV(B) | 189.84º | 0.28% | 0.85% | - |
| XYZ | 49.12 | 57.34 | 74.81 | - |
| YUV | 193.89 | 141.6 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 208 | 218 | 0.28 | 0.05 | 0 | 0.15 | 189.84 | 0.45 | 0.74 |
| Hex | 9D | D0 | DA | 1C | 5 | 0 | F | BE | 2D | 4A |
| Octal | 235 | 320 | 332 | 34 | 5 | 0 | 17 | 276 | 55 | 112 |
| Binary | 10011101 | 11010000 | 11011010 | 11100 | 101 | 0 | 1111 | 10111110 | 101101 | 1001010 |
Color Harmonies of #9DD0DA
Complementary color
Monochromatic Colors of #9DD0DA
Black with #9DD0DA
Text Example
Text Example
White with #9DD0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD0DA; }
p { color: rgb(157,208,218); }
H1.HeaderClassName
{
color: #9DD0DA;
}
.AnyTagClassName
{
color: #9DD0DA;
}
</style>
background-color css
<style>
a { background-color: #9DD0DA; }
a { background-color: rgb(157,208,218); }
div.DivClassName
{
background-color: #9DD0DA;
}
.BgClassName
{
background-color: #9DD0DA;
}
</style>
border-color css
<style>
span { border-color: #9DD0DA; }
span { border-color: rgb(157,208,218); }
td.TdClassName
{
border-color: #9DD0DA;
}
.TagClassName
{
border-color: #9DD0DA;
}
</style>