Shades of Regent St Blue #ADCDD5
Tints of Regent St Blue #ADCDD5
RGB
CMYK
RGB Variations
Color information
#ADCDD5 (or 0xADCDD5) is known color: Regent St Blue. HEX triplet: AD, CD and D5. RGB value is (173,205,213). Sum of RGB (Red+Green+Blue) = 173+205+213=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADCDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDD5 is #52322A. Grayscale: #C4C4C4. Windows color (decimal): -5386795 or 14011821. OLE color: 14011821.
HSL color Cylindrical-coordinate representation of color #ADCDD5: hue angle of 192º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADCDD5 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 205 | 213 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.16 |
| HSL | 192º | 0.32% | 0.76% | - |
| HSV(B) | 192º | 0.19% | 0.84% | - |
| XYZ | 51.08 | 57.35 | 71.33 | - |
| YUV | 196.34 | 137.4 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 213 | 0.19 | 0.04 | 0 | 0.16 | 192 | 0.32 | 0.76 |
| Hex | AD | CD | D5 | 13 | 4 | 0 | 10 | C0 | 20 | 4C |
| Octal | 255 | 315 | 325 | 23 | 4 | 0 | 20 | 300 | 40 | 114 |
| Binary | 10101101 | 11001101 | 11010101 | 10011 | 100 | 0 | 10000 | 11000000 | 100000 | 1001100 |
Color Harmonies of #ADCDD5
Complementary color
Monochromatic Colors of #ADCDD5
Black with #ADCDD5
Text Example
Text Example
White with #ADCDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCDD5; }
p { color: rgb(173,205,213); }
H1.HeaderClassName
{
color: #ADCDD5;
}
.AnyTagClassName
{
color: #ADCDD5;
}
</style>
background-color css
<style>
a { background-color: #ADCDD5; }
a { background-color: rgb(173,205,213); }
div.DivClassName
{
background-color: #ADCDD5;
}
.BgClassName
{
background-color: #ADCDD5;
}
</style>
border-color css
<style>
span { border-color: #ADCDD5; }
span { border-color: rgb(173,205,213); }
td.TdClassName
{
border-color: #ADCDD5;
}
.TagClassName
{
border-color: #ADCDD5;
}
</style>