Shades of Regent St Blue #ADCDD3
Tints of Regent St Blue #ADCDD3
RGB
CMYK
RGB Variations
Color information
#ADCDD3 (or 0xADCDD3) is known color: Regent St Blue. HEX triplet: AD, CD and D3. RGB value is (173,205,211). Sum of RGB (Red+Green+Blue) = 173+205+211=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 211 - color contains mainly: blue. Hex color #ADCDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDD3 is #52322C. Grayscale: #C4C4C4. Windows color (decimal): -5386797 or 13880749. OLE color: 13880749.
HSL color Cylindrical-coordinate representation of color #ADCDD3: hue angle of 189.47º 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 #ADCDD3 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 173 | 205 | 211 | - |
CMYK | 0.18 | 0.03 | 0 | 0.17 |
HSL | 189.47º | 0.3% | 0.75% | - |
HSV(B) | 189.47º | 0.18% | 0.83% | - |
XYZ | 50.82 | 57.25 | 70 | - |
YUV | 196.12 | 136.4 | 111.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 205 | 211 | 0.18 | 0.03 | 0 | 0.17 | 189.47 | 0.3 | 0.75 |
Hex | AD | CD | D3 | 12 | 3 | 0 | 11 | BD | 1E | 4B |
Octal | 255 | 315 | 323 | 22 | 3 | 0 | 21 | 275 | 36 | 113 |
Binary | 10101101 | 11001101 | 11010011 | 10010 | 11 | 0 | 10001 | 10111101 | 11110 | 1001011 |
Color Harmonies of #ADCDD3
Complementary color
Monochromatic Colors of #ADCDD3
Black with #ADCDD3
Text Example
Text Example
White with #ADCDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCDD3; }
p { color: rgb(173,205,211); }
H1.HeaderClassName
{
color: #ADCDD3;
}
.AnyTagClassName
{
color: #ADCDD3;
}
</style>
background-color css
<style>
a { background-color: #ADCDD3; }
a { background-color: rgb(173,205,211); }
div.DivClassName
{
background-color: #ADCDD3;
}
.BgClassName
{
background-color: #ADCDD3;
}
</style>
border-color css
<style>
span { border-color: #ADCDD3; }
span { border-color: rgb(173,205,211); }
td.TdClassName
{
border-color: #ADCDD3;
}
.TagClassName
{
border-color: #ADCDD3;
}
</style>