Shades of Regent St Blue #9DC1DA
Tints of Regent St Blue #9DC1DA
RGB
CMYK
RGB Variations
Color information
#9DC1DA (or 0x9DC1DA) is known color: Regent St Blue. HEX triplet: 9D, C1 and DA. RGB value is (157,193,218). Sum of RGB (Red+Green+Blue) = 157+193+218=568 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.64% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #9DC1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC1DA is #623E25. Grayscale: #B8B8B8. Windows color (decimal): -6438438 or 14336413. OLE color: 14336413.
HSL color Cylindrical-coordinate representation of color #9DC1DA: hue angle of 204.59º 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 #9DC1DA is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 193 | 218 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.15 |
| HSL | 204.59º | 0.45% | 0.74% | - |
| HSV(B) | 204.59º | 0.28% | 0.85% | - |
| XYZ | 45.63 | 50.37 | 73.65 | - |
| YUV | 185.09 | 146.57 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 218 | 0.28 | 0.11 | 0 | 0.15 | 204.59 | 0.45 | 0.74 |
| Hex | 9D | C1 | DA | 1C | B | 0 | F | CD | 2D | 4A |
| Octal | 235 | 301 | 332 | 34 | 13 | 0 | 17 | 315 | 55 | 112 |
| Binary | 10011101 | 11000001 | 11011010 | 11100 | 1011 | 0 | 1111 | 11001101 | 101101 | 1001010 |
Color Harmonies of #9DC1DA
Complementary color
Monochromatic Colors of #9DC1DA
Black with #9DC1DA
Text Example
Text Example
White with #9DC1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC1DA; }
p { color: rgb(157,193,218); }
H1.HeaderClassName
{
color: #9DC1DA;
}
.AnyTagClassName
{
color: #9DC1DA;
}
</style>
background-color css
<style>
a { background-color: #9DC1DA; }
a { background-color: rgb(157,193,218); }
div.DivClassName
{
background-color: #9DC1DA;
}
.BgClassName
{
background-color: #9DC1DA;
}
</style>
border-color css
<style>
span { border-color: #9DC1DA; }
span { border-color: rgb(157,193,218); }
td.TdClassName
{
border-color: #9DC1DA;
}
.TagClassName
{
border-color: #9DC1DA;
}
</style>