Shades of Regent St Blue #ADC9CF
Tints of Regent St Blue #ADC9CF
RGB
CMYK
RGB Variations
Color information
#ADC9CF (or 0xADC9CF) is known color: Regent St Blue. HEX triplet: AD, C9 and CF. RGB value is (173,201,207). Sum of RGB (Red+Green+Blue) = 173+201+207=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADC9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9CF is #523630. Grayscale: #C1C1C1. Windows color (decimal): -5387825 or 13617581. OLE color: 13617581.
HSL color Cylindrical-coordinate representation of color #ADC9CF: hue angle of 190.59º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADC9CF is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 201 | 207 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.19 |
| HSL | 190.59º | 0.26% | 0.75% | - |
| HSV(B) | 190.59º | 0.16% | 0.81% | - |
| XYZ | 49.38 | 55.16 | 67.08 | - |
| YUV | 193.31 | 135.72 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 207 | 0.16 | 0.03 | 0 | 0.19 | 190.59 | 0.26 | 0.75 |
| Hex | AD | C9 | CF | 10 | 3 | 0 | 13 | BF | 1A | 4B |
| Octal | 255 | 311 | 317 | 20 | 3 | 0 | 23 | 277 | 32 | 113 |
| Binary | 10101101 | 11001001 | 11001111 | 10000 | 11 | 0 | 10011 | 10111111 | 11010 | 1001011 |
Color Harmonies of #ADC9CF
Complementary color
Monochromatic Colors of #ADC9CF
Black with #ADC9CF
Text Example
Text Example
White with #ADC9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC9CF; }
p { color: rgb(173,201,207); }
H1.HeaderClassName
{
color: #ADC9CF;
}
.AnyTagClassName
{
color: #ADC9CF;
}
</style>
background-color css
<style>
a { background-color: #ADC9CF; }
a { background-color: rgb(173,201,207); }
div.DivClassName
{
background-color: #ADC9CF;
}
.BgClassName
{
background-color: #ADC9CF;
}
</style>
border-color css
<style>
span { border-color: #ADC9CF; }
span { border-color: rgb(173,201,207); }
td.TdClassName
{
border-color: #ADC9CF;
}
.TagClassName
{
border-color: #ADC9CF;
}
</style>