Shades of Regent St Blue #ADC9D6
Tints of Regent St Blue #ADC9D6
RGB
CMYK
RGB Variations
Color information
#ADC9D6 (or 0xADC9D6) is known color: Regent St Blue. HEX triplet: AD, C9 and D6. RGB value is (173,201,214). Sum of RGB (Red+Green+Blue) = 173+201+214=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 214 - color contains mainly: blue. Hex color #ADC9D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9D6 is #523629. Grayscale: #C2C2C2. Windows color (decimal): -5387818 or 14076333. OLE color: 14076333.
HSL color Cylindrical-coordinate representation of color #ADC9D6: hue angle of 199.02º degrees, saturation: 0.33, 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 #ADC9D6 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 201 | 214 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.16 |
| HSL | 199.02º | 0.33% | 0.76% | - |
| HSV(B) | 199.02º | 0.19% | 0.84% | - |
| XYZ | 50.26 | 55.51 | 71.68 | - |
| YUV | 194.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 214 | 0.19 | 0.06 | 0 | 0.16 | 199.02 | 0.33 | 0.76 |
| Hex | AD | C9 | D6 | 13 | 6 | 0 | 10 | C7 | 21 | 4C |
| Octal | 255 | 311 | 326 | 23 | 6 | 0 | 20 | 307 | 41 | 114 |
| Binary | 10101101 | 11001001 | 11010110 | 10011 | 110 | 0 | 10000 | 11000111 | 100001 | 1001100 |
Color Harmonies of #ADC9D6
Complementary color
Monochromatic Colors of #ADC9D6
Black with #ADC9D6
Text Example
Text Example
White with #ADC9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC9D6; }
p { color: rgb(173,201,214); }
H1.HeaderClassName
{
color: #ADC9D6;
}
.AnyTagClassName
{
color: #ADC9D6;
}
</style>
background-color css
<style>
a { background-color: #ADC9D6; }
a { background-color: rgb(173,201,214); }
div.DivClassName
{
background-color: #ADC9D6;
}
.BgClassName
{
background-color: #ADC9D6;
}
</style>
border-color css
<style>
span { border-color: #ADC9D6; }
span { border-color: rgb(173,201,214); }
td.TdClassName
{
border-color: #ADC9D6;
}
.TagClassName
{
border-color: #ADC9D6;
}
</style>