Shades of Sail #ADCDE1
Tints of Sail #ADCDE1
RGB
CMYK
RGB Variations
Color information
#ADCDE1 (or 0xADCDE1) is known color: Sail. HEX triplet: AD, CD and E1. RGB value is (173,205,225). Sum of RGB (Red+Green+Blue) = 173+205+225=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADCDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDE1 is #52321E. Grayscale: #C5C5C5. Windows color (decimal): -5386783 or 14798253. OLE color: 14798253.
HSL color Cylindrical-coordinate representation of color #ADCDE1: hue angle of 203.08º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADCDE1 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 205 | 225 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.12 |
| HSL | 203.08º | 0.46% | 0.78% | - |
| HSV(B) | 203.08º | 0.23% | 0.88% | - |
| XYZ | 52.66 | 57.98 | 79.65 | - |
| YUV | 197.71 | 143.4 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 225 | 0.23 | 0.09 | 0 | 0.12 | 203.08 | 0.46 | 0.78 |
| Hex | AD | CD | E1 | 17 | 9 | 0 | C | CB | 2E | 4E |
| Octal | 255 | 315 | 341 | 27 | 11 | 0 | 14 | 313 | 56 | 116 |
| Binary | 10101101 | 11001101 | 11100001 | 10111 | 1001 | 0 | 1100 | 11001011 | 101110 | 1001110 |
Color Harmonies of #ADCDE1
Complementary color
Monochromatic Colors of #ADCDE1
Black with #ADCDE1
Text Example
Text Example
White with #ADCDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCDE1; }
p { color: rgb(173,205,225); }
H1.HeaderClassName
{
color: #ADCDE1;
}
.AnyTagClassName
{
color: #ADCDE1;
}
</style>
background-color css
<style>
a { background-color: #ADCDE1; }
a { background-color: rgb(173,205,225); }
div.DivClassName
{
background-color: #ADCDE1;
}
.BgClassName
{
background-color: #ADCDE1;
}
</style>
border-color css
<style>
span { border-color: #ADCDE1; }
span { border-color: rgb(173,205,225); }
td.TdClassName
{
border-color: #ADCDE1;
}
.TagClassName
{
border-color: #ADCDE1;
}
</style>