Shades of Sail #ADCBDE
Tints of Sail #ADCBDE
RGB
CMYK
RGB Variations
Color information
#ADCBDE (or 0xADCBDE) is known color: Sail. HEX triplet: AD, CB and DE. RGB value is (173,203,222). Sum of RGB (Red+Green+Blue) = 173+203+222=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADCBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBDE is #523421. Grayscale: #C4C4C4. Windows color (decimal): -5387298 or 14601133. OLE color: 14601133.
HSL color Cylindrical-coordinate representation of color #ADCBDE: hue angle of 203.27º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADCBDE is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 203 | 222 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.13 |
| HSL | 203.27º | 0.43% | 0.77% | - |
| HSV(B) | 203.27º | 0.22% | 0.87% | - |
| XYZ | 51.77 | 56.87 | 77.36 | - |
| YUV | 196.2 | 142.56 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 222 | 0.22 | 0.09 | 0 | 0.13 | 203.27 | 0.43 | 0.77 |
| Hex | AD | CB | DE | 16 | 9 | 0 | D | CB | 2B | 4D |
| Octal | 255 | 313 | 336 | 26 | 11 | 0 | 15 | 313 | 53 | 115 |
| Binary | 10101101 | 11001011 | 11011110 | 10110 | 1001 | 0 | 1101 | 11001011 | 101011 | 1001101 |
Color Harmonies of #ADCBDE
Complementary color
Monochromatic Colors of #ADCBDE
Black with #ADCBDE
Text Example
Text Example
White with #ADCBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBDE; }
p { color: rgb(173,203,222); }
H1.HeaderClassName
{
color: #ADCBDE;
}
.AnyTagClassName
{
color: #ADCBDE;
}
</style>
background-color css
<style>
a { background-color: #ADCBDE; }
a { background-color: rgb(173,203,222); }
div.DivClassName
{
background-color: #ADCBDE;
}
.BgClassName
{
background-color: #ADCBDE;
}
</style>
border-color css
<style>
span { border-color: #ADCBDE; }
span { border-color: rgb(173,203,222); }
td.TdClassName
{
border-color: #ADCBDE;
}
.TagClassName
{
border-color: #ADCBDE;
}
</style>