Shades of Regent St Blue #ADC6D0
Tints of Regent St Blue #ADC6D0
RGB
CMYK
RGB Variations
Color information
#ADC6D0 (or 0xADC6D0) is known color: Regent St Blue. HEX triplet: AD, C6 and D0. RGB value is (173,198,208). Sum of RGB (Red+Green+Blue) = 173+198+208=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 198 (77.73% from 255 or 34.20% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADC6D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC6D0 is #52392F. Grayscale: #BFBFBF. Windows color (decimal): -5388592 or 13682349. OLE color: 13682349.
HSL color Cylindrical-coordinate representation of color #ADC6D0: hue angle of 197.14º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADC6D0 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 198 | 208 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.18 |
| HSL | 197.14º | 0.27% | 0.75% | - |
| HSV(B) | 197.14º | 0.17% | 0.82% | - |
| XYZ | 48.81 | 53.83 | 67.49 | - |
| YUV | 191.67 | 137.22 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 208 | 0.17 | 0.05 | 0 | 0.18 | 197.14 | 0.27 | 0.75 |
| Hex | AD | C6 | D0 | 11 | 5 | 0 | 12 | C5 | 1B | 4B |
| Octal | 255 | 306 | 320 | 21 | 5 | 0 | 22 | 305 | 33 | 113 |
| Binary | 10101101 | 11000110 | 11010000 | 10001 | 101 | 0 | 10010 | 11000101 | 11011 | 1001011 |
Color Harmonies of #ADC6D0
Complementary color
Monochromatic Colors of #ADC6D0
Black with #ADC6D0
Text Example
Text Example
White with #ADC6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC6D0; }
p { color: rgb(173,198,208); }
H1.HeaderClassName
{
color: #ADC6D0;
}
.AnyTagClassName
{
color: #ADC6D0;
}
</style>
background-color css
<style>
a { background-color: #ADC6D0; }
a { background-color: rgb(173,198,208); }
div.DivClassName
{
background-color: #ADC6D0;
}
.BgClassName
{
background-color: #ADC6D0;
}
</style>
border-color css
<style>
span { border-color: #ADC6D0; }
span { border-color: rgb(173,198,208); }
td.TdClassName
{
border-color: #ADC6D0;
}
.TagClassName
{
border-color: #ADC6D0;
}
</style>