Shades of Sail #ADCEE1
Tints of Sail #ADCEE1
RGB
CMYK
RGB Variations
Color information
#ADCEE1 (or 0xADCEE1) is known color: Sail. HEX triplet: AD, CE and E1. RGB value is (173,206,225). Sum of RGB (Red+Green+Blue) = 173+206+225=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADCEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEE1 is #52311E. Grayscale: #C6C6C6. Windows color (decimal): -5386527 or 14798509. OLE color: 14798509.
HSL color Cylindrical-coordinate representation of color #ADCEE1: hue angle of 201.92º 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 #ADCEE1 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 206 | 225 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.12 |
| HSL | 201.92º | 0.46% | 0.78% | - |
| HSV(B) | 201.92º | 0.23% | 0.88% | - |
| XYZ | 52.9 | 58.46 | 79.73 | - |
| YUV | 198.3 | 143.07 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 225 | 0.23 | 0.08 | 0 | 0.12 | 201.92 | 0.46 | 0.78 |
| Hex | AD | CE | E1 | 17 | 8 | 0 | C | CA | 2E | 4E |
| Octal | 255 | 316 | 341 | 27 | 10 | 0 | 14 | 312 | 56 | 116 |
| Binary | 10101101 | 11001110 | 11100001 | 10111 | 1000 | 0 | 1100 | 11001010 | 101110 | 1001110 |
Color Harmonies of #ADCEE1
Complementary color
Monochromatic Colors of #ADCEE1
Black with #ADCEE1
Text Example
Text Example
White with #ADCEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEE1; }
p { color: rgb(173,206,225); }
H1.HeaderClassName
{
color: #ADCEE1;
}
.AnyTagClassName
{
color: #ADCEE1;
}
</style>
background-color css
<style>
a { background-color: #ADCEE1; }
a { background-color: rgb(173,206,225); }
div.DivClassName
{
background-color: #ADCEE1;
}
.BgClassName
{
background-color: #ADCEE1;
}
</style>
border-color css
<style>
span { border-color: #ADCEE1; }
span { border-color: rgb(173,206,225); }
td.TdClassName
{
border-color: #ADCEE1;
}
.TagClassName
{
border-color: #ADCEE1;
}
</style>