Shades of Sail #ADCDE0
Tints of Sail #ADCDE0
RGB
CMYK
RGB Variations
Color information
#ADCDE0 (or 0xADCDE0) is known color: Sail. HEX triplet: AD, CD and E0. RGB value is (173,205,224). Sum of RGB (Red+Green+Blue) = 173+205+224=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADCDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDE0 is #52321F. Grayscale: #C5C5C5. Windows color (decimal): -5386784 or 14732717. OLE color: 14732717.
HSL color Cylindrical-coordinate representation of color #ADCDE0: hue angle of 202.35º degrees, saturation: 0.45, 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 #ADCDE0 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 205 | 224 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.12 |
| HSL | 202.35º | 0.45% | 0.78% | - |
| HSV(B) | 202.35º | 0.23% | 0.88% | - |
| XYZ | 52.52 | 57.93 | 78.93 | - |
| YUV | 197.6 | 142.9 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 224 | 0.23 | 0.08 | 0 | 0.12 | 202.35 | 0.45 | 0.78 |
| Hex | AD | CD | E0 | 17 | 8 | 0 | C | CA | 2D | 4E |
| Octal | 255 | 315 | 340 | 27 | 10 | 0 | 14 | 312 | 55 | 116 |
| Binary | 10101101 | 11001101 | 11100000 | 10111 | 1000 | 0 | 1100 | 11001010 | 101101 | 1001110 |
Color Harmonies of #ADCDE0
Complementary color
Monochromatic Colors of #ADCDE0
Black with #ADCDE0
Text Example
Text Example
White with #ADCDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCDE0; }
p { color: rgb(173,205,224); }
H1.HeaderClassName
{
color: #ADCDE0;
}
.AnyTagClassName
{
color: #ADCDE0;
}
</style>
background-color css
<style>
a { background-color: #ADCDE0; }
a { background-color: rgb(173,205,224); }
div.DivClassName
{
background-color: #ADCDE0;
}
.BgClassName
{
background-color: #ADCDE0;
}
</style>
border-color css
<style>
span { border-color: #ADCDE0; }
span { border-color: rgb(173,205,224); }
td.TdClassName
{
border-color: #ADCDE0;
}
.TagClassName
{
border-color: #ADCDE0;
}
</style>