Shades of Regent St Blue #ADCED7
Tints of Regent St Blue #ADCED7
RGB
CMYK
RGB Variations
Color information
#ADCED7 (or 0xADCED7) is known color: Regent St Blue. HEX triplet: AD, CE and D7. RGB value is (173,206,215). Sum of RGB (Red+Green+Blue) = 173+206+215=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADCED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCED7 is #523128. Grayscale: #C5C5C5. Windows color (decimal): -5386537 or 14143149. OLE color: 14143149.
HSL color Cylindrical-coordinate representation of color #ADCED7: hue angle of 192.86º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADCED7 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 173 | 206 | 215 | - |
CMYK | 0.20 | 0.04 | 0 | 0.16 |
HSL | 192.86º | 0.34% | 0.76% | - |
HSV(B) | 192.86º | 0.2% | 0.84% | - |
XYZ | 51.57 | 57.93 | 72.75 | - |
YUV | 197.16 | 138.07 | 110.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 206 | 215 | 0.20 | 0.04 | 0 | 0.16 | 192.86 | 0.34 | 0.76 |
Hex | AD | CE | D7 | 14 | 4 | 0 | 10 | C1 | 22 | 4C |
Octal | 255 | 316 | 327 | 24 | 4 | 0 | 20 | 301 | 42 | 114 |
Binary | 10101101 | 11001110 | 11010111 | 10100 | 100 | 0 | 10000 | 11000001 | 100010 | 1001100 |
Color Harmonies of #ADCED7
Complementary color
Monochromatic Colors of #ADCED7
Black with #ADCED7
Text Example
Text Example
White with #ADCED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCED7; }
p { color: rgb(173,206,215); }
H1.HeaderClassName
{
color: #ADCED7;
}
.AnyTagClassName
{
color: #ADCED7;
}
</style>
background-color css
<style>
a { background-color: #ADCED7; }
a { background-color: rgb(173,206,215); }
div.DivClassName
{
background-color: #ADCED7;
}
.BgClassName
{
background-color: #ADCED7;
}
</style>
border-color css
<style>
span { border-color: #ADCED7; }
span { border-color: rgb(173,206,215); }
td.TdClassName
{
border-color: #ADCED7;
}
.TagClassName
{
border-color: #ADCED7;
}
</style>