Shades of Regent St Blue #9DD1DA
Tints of Regent St Blue #9DD1DA
RGB
CMYK
RGB Variations
Color information
#9DD1DA (or 0x9DD1DA) is known color: Regent St Blue. HEX triplet: 9D, D1 and DA. RGB value is (157,209,218). Sum of RGB (Red+Green+Blue) = 157+209+218=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #9DD1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD1DA is #622E25. Grayscale: #C2C2C2. Windows color (decimal): -6434342 or 14340509. OLE color: 14340509.
HSL color Cylindrical-coordinate representation of color #9DD1DA: hue angle of 188.85º 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 #9DD1DA is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 209 | 218 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.15 |
| HSL | 188.85º | 0.45% | 0.74% | - |
| HSV(B) | 188.85º | 0.28% | 0.85% | - |
| XYZ | 49.36 | 57.83 | 74.89 | - |
| YUV | 194.48 | 141.27 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 209 | 218 | 0.28 | 0.04 | 0 | 0.15 | 188.85 | 0.45 | 0.74 |
| Hex | 9D | D1 | DA | 1C | 4 | 0 | F | BD | 2D | 4A |
| Octal | 235 | 321 | 332 | 34 | 4 | 0 | 17 | 275 | 55 | 112 |
| Binary | 10011101 | 11010001 | 11011010 | 11100 | 100 | 0 | 1111 | 10111101 | 101101 | 1001010 |
Color Harmonies of #9DD1DA
Complementary color
Monochromatic Colors of #9DD1DA
Black with #9DD1DA
Text Example
Text Example
White with #9DD1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD1DA; }
p { color: rgb(157,209,218); }
H1.HeaderClassName
{
color: #9DD1DA;
}
.AnyTagClassName
{
color: #9DD1DA;
}
</style>
background-color css
<style>
a { background-color: #9DD1DA; }
a { background-color: rgb(157,209,218); }
div.DivClassName
{
background-color: #9DD1DA;
}
.BgClassName
{
background-color: #9DD1DA;
}
</style>
border-color css
<style>
span { border-color: #9DD1DA; }
span { border-color: rgb(157,209,218); }
td.TdClassName
{
border-color: #9DD1DA;
}
.TagClassName
{
border-color: #9DD1DA;
}
</style>