Shades of Sail #ADCDE6
Tints of Sail #ADCDE6
RGB
CMYK
RGB Variations
Color information
#ADCDE6 (or 0xADCDE6) is known color: Sail. HEX triplet: AD, CD and E6. RGB value is (173,205,230). Sum of RGB (Red+Green+Blue) = 173+205+230=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADCDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCDE6 is #523219. Grayscale: #C6C6C6. Windows color (decimal): -5386778 or 15125933. OLE color: 15125933.
HSL color Cylindrical-coordinate representation of color #ADCDE6: hue angle of 206.32º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADCDE6 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 205 | 230 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.10 |
| HSL | 206.32º | 0.53% | 0.79% | - |
| HSV(B) | 206.32º | 0.25% | 0.9% | - |
| XYZ | 53.35 | 58.26 | 83.3 | - |
| YUV | 198.28 | 145.9 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 230 | 0.25 | 0.11 | 0 | 0.10 | 206.32 | 0.53 | 0.79 |
| Hex | AD | CD | E6 | 19 | B | 0 | A | CE | 35 | 4F |
| Octal | 255 | 315 | 346 | 31 | 13 | 0 | 12 | 316 | 65 | 117 |
| Binary | 10101101 | 11001101 | 11100110 | 11001 | 1011 | 0 | 1010 | 11001110 | 110101 | 1001111 |
Color Harmonies of #ADCDE6
Complementary color
Monochromatic Colors of #ADCDE6
Black with #ADCDE6
Text Example
Text Example
White with #ADCDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCDE6; }
p { color: rgb(173,205,230); }
H1.HeaderClassName
{
color: #ADCDE6;
}
.AnyTagClassName
{
color: #ADCDE6;
}
</style>
background-color css
<style>
a { background-color: #ADCDE6; }
a { background-color: rgb(173,205,230); }
div.DivClassName
{
background-color: #ADCDE6;
}
.BgClassName
{
background-color: #ADCDE6;
}
</style>
border-color css
<style>
span { border-color: #ADCDE6; }
span { border-color: rgb(173,205,230); }
td.TdClassName
{
border-color: #ADCDE6;
}
.TagClassName
{
border-color: #ADCDE6;
}
</style>