Shades of Sail #ADCBE0
Tints of Sail #ADCBE0
RGB
CMYK
RGB Variations
Color information
#ADCBE0 (or 0xADCBE0) is known color: Sail. HEX triplet: AD, CB and E0. RGB value is (173,203,224). Sum of RGB (Red+Green+Blue) = 173+203+224=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADCBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBE0 is #52341F. Grayscale: #C4C4C4. Windows color (decimal): -5387296 or 14732205. OLE color: 14732205.
HSL color Cylindrical-coordinate representation of color #ADCBE0: hue angle of 204.71º 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 #ADCBE0 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 203 | 224 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.12 |
| HSL | 204.71º | 0.45% | 0.78% | - |
| HSV(B) | 204.71º | 0.23% | 0.88% | - |
| XYZ | 52.04 | 56.98 | 78.78 | - |
| YUV | 196.42 | 143.56 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 224 | 0.23 | 0.09 | 0 | 0.12 | 204.71 | 0.45 | 0.78 |
| Hex | AD | CB | E0 | 17 | 9 | 0 | C | CD | 2D | 4E |
| Octal | 255 | 313 | 340 | 27 | 11 | 0 | 14 | 315 | 55 | 116 |
| Binary | 10101101 | 11001011 | 11100000 | 10111 | 1001 | 0 | 1100 | 11001101 | 101101 | 1001110 |
Color Harmonies of #ADCBE0
Complementary color
Monochromatic Colors of #ADCBE0
Black with #ADCBE0
Text Example
Text Example
White with #ADCBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBE0; }
p { color: rgb(173,203,224); }
H1.HeaderClassName
{
color: #ADCBE0;
}
.AnyTagClassName
{
color: #ADCBE0;
}
</style>
background-color css
<style>
a { background-color: #ADCBE0; }
a { background-color: rgb(173,203,224); }
div.DivClassName
{
background-color: #ADCBE0;
}
.BgClassName
{
background-color: #ADCBE0;
}
</style>
border-color css
<style>
span { border-color: #ADCBE0; }
span { border-color: rgb(173,203,224); }
td.TdClassName
{
border-color: #ADCBE0;
}
.TagClassName
{
border-color: #ADCBE0;
}
</style>