Shades of Sail #ADCDE5
Tints of Sail #ADCDE5
RGB
CMYK
RGB Variations
Color information
#ADCDE5 (or 0xADCDE5) is known color: Sail. HEX triplet: AD, CD and E5. RGB value is (173,205,229). Sum of RGB (Red+Green+Blue) = 173+205+229=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADCDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDE5 is #52321A. Grayscale: #C6C6C6. Windows color (decimal): -5386779 or 15060397. OLE color: 15060397.
HSL color Cylindrical-coordinate representation of color #ADCDE5: hue angle of 205.71º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADCDE5 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 205 | 229 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.10 |
| HSL | 205.71º | 0.52% | 0.79% | - |
| HSV(B) | 205.71º | 0.24% | 0.9% | - |
| XYZ | 53.21 | 58.2 | 82.56 | - |
| YUV | 198.17 | 145.4 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 229 | 0.24 | 0.10 | 0 | 0.10 | 205.71 | 0.52 | 0.79 |
| Hex | AD | CD | E5 | 18 | A | 0 | A | CE | 34 | 4F |
| Octal | 255 | 315 | 345 | 30 | 12 | 0 | 12 | 316 | 64 | 117 |
| Binary | 10101101 | 11001101 | 11100101 | 11000 | 1010 | 0 | 1010 | 11001110 | 110100 | 1001111 |
Color Harmonies of #ADCDE5
Complementary color
Monochromatic Colors of #ADCDE5
Black with #ADCDE5
Text Example
Text Example
White with #ADCDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCDE5; }
p { color: rgb(173,205,229); }
H1.HeaderClassName
{
color: #ADCDE5;
}
.AnyTagClassName
{
color: #ADCDE5;
}
</style>
background-color css
<style>
a { background-color: #ADCDE5; }
a { background-color: rgb(173,205,229); }
div.DivClassName
{
background-color: #ADCDE5;
}
.BgClassName
{
background-color: #ADCDE5;
}
</style>
border-color css
<style>
span { border-color: #ADCDE5; }
span { border-color: rgb(173,205,229); }
td.TdClassName
{
border-color: #ADCDE5;
}
.TagClassName
{
border-color: #ADCDE5;
}
</style>