Shades of Regent St Blue #ADCBD3
Tints of Regent St Blue #ADCBD3
RGB
CMYK
RGB Variations
Color information
#ADCBD3 (or 0xADCBD3) is known color: Regent St Blue. HEX triplet: AD, CB and D3. RGB value is (173,203,211). Sum of RGB (Red+Green+Blue) = 173+203+211=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 211 - color contains mainly: blue. Hex color #ADCBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBD3 is #52342C. Grayscale: #C2C2C2. Windows color (decimal): -5387309 or 13880237. OLE color: 13880237.
HSL color Cylindrical-coordinate representation of color #ADCBD3: hue angle of 192.63º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADCBD3 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 203 | 211 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.17 |
| HSL | 192.63º | 0.3% | 0.75% | - |
| HSV(B) | 192.63º | 0.18% | 0.83% | - |
| XYZ | 50.35 | 56.3 | 69.84 | - |
| YUV | 194.94 | 137.06 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 211 | 0.18 | 0.04 | 0 | 0.17 | 192.63 | 0.3 | 0.75 |
| Hex | AD | CB | D3 | 12 | 4 | 0 | 11 | C1 | 1E | 4B |
| Octal | 255 | 313 | 323 | 22 | 4 | 0 | 21 | 301 | 36 | 113 |
| Binary | 10101101 | 11001011 | 11010011 | 10010 | 100 | 0 | 10001 | 11000001 | 11110 | 1001011 |
Color Harmonies of #ADCBD3
Complementary color
Monochromatic Colors of #ADCBD3
Black with #ADCBD3
Text Example
Text Example
White with #ADCBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBD3; }
p { color: rgb(173,203,211); }
H1.HeaderClassName
{
color: #ADCBD3;
}
.AnyTagClassName
{
color: #ADCBD3;
}
</style>
background-color css
<style>
a { background-color: #ADCBD3; }
a { background-color: rgb(173,203,211); }
div.DivClassName
{
background-color: #ADCBD3;
}
.BgClassName
{
background-color: #ADCBD3;
}
</style>
border-color css
<style>
span { border-color: #ADCBD3; }
span { border-color: rgb(173,203,211); }
td.TdClassName
{
border-color: #ADCBD3;
}
.TagClassName
{
border-color: #ADCBD3;
}
</style>