Shades of Regent St Blue #ADCACF
Tints of Regent St Blue #ADCACF
RGB
CMYK
RGB Variations
Color information
#ADCACF (or 0xADCACF) is known color: Regent St Blue. HEX triplet: AD, CA and CF. RGB value is (173,202,207). Sum of RGB (Red+Green+Blue) = 173+202+207=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADCACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCACF is #523530. Grayscale: #C1C1C1. Windows color (decimal): -5387569 or 13617837. OLE color: 13617837.
HSL color Cylindrical-coordinate representation of color #ADCACF: hue angle of 188.82º 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 #ADCACF is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 202 | 207 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.19 |
| HSL | 188.82º | 0.26% | 0.75% | - |
| HSV(B) | 188.82º | 0.16% | 0.81% | - |
| XYZ | 49.62 | 55.63 | 67.15 | - |
| YUV | 193.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 202 | 207 | 0.16 | 0.02 | 0 | 0.19 | 188.82 | 0.26 | 0.75 |
| Hex | AD | CA | CF | 10 | 2 | 0 | 13 | BD | 1A | 4B |
| Octal | 255 | 312 | 317 | 20 | 2 | 0 | 23 | 275 | 32 | 113 |
| Binary | 10101101 | 11001010 | 11001111 | 10000 | 10 | 0 | 10011 | 10111101 | 11010 | 1001011 |
Color Harmonies of #ADCACF
Complementary color
Monochromatic Colors of #ADCACF
Black with #ADCACF
Text Example
Text Example
White with #ADCACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCACF; }
p { color: rgb(173,202,207); }
H1.HeaderClassName
{
color: #ADCACF;
}
.AnyTagClassName
{
color: #ADCACF;
}
</style>
background-color css
<style>
a { background-color: #ADCACF; }
a { background-color: rgb(173,202,207); }
div.DivClassName
{
background-color: #ADCACF;
}
.BgClassName
{
background-color: #ADCACF;
}
</style>
border-color css
<style>
span { border-color: #ADCACF; }
span { border-color: rgb(173,202,207); }
td.TdClassName
{
border-color: #ADCACF;
}
.TagClassName
{
border-color: #ADCACF;
}
</style>