Shades of Sail #ADCBE3
Tints of Sail #ADCBE3
RGB
CMYK
RGB Variations
Color information
#ADCBE3 (or 0xADCBE3) is known color: Sail. HEX triplet: AD, CB and E3. RGB value is (173,203,227). Sum of RGB (Red+Green+Blue) = 173+203+227=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 227 (89.06% from 255 or 37.65% from 603); Max value from RGB is 227 - color contains mainly: blue. Hex color #ADCBE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBE3 is #52341C. Grayscale: #C4C4C4. Windows color (decimal): -5387293 or 14928813. OLE color: 14928813.
HSL color Cylindrical-coordinate representation of color #ADCBE3: hue angle of 206.67º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADCBE3 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 203 | 227 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.11 |
| HSL | 206.67º | 0.49% | 0.78% | - |
| HSV(B) | 206.67º | 0.24% | 0.89% | - |
| XYZ | 52.45 | 57.14 | 80.94 | - |
| YUV | 196.77 | 145.06 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 227 | 0.24 | 0.11 | 0 | 0.11 | 206.67 | 0.49 | 0.78 |
| Hex | AD | CB | E3 | 18 | B | 0 | B | CF | 31 | 4E |
| Octal | 255 | 313 | 343 | 30 | 13 | 0 | 13 | 317 | 61 | 116 |
| Binary | 10101101 | 11001011 | 11100011 | 11000 | 1011 | 0 | 1011 | 11001111 | 110001 | 1001110 |
Color Harmonies of #ADCBE3
Complementary color
Monochromatic Colors of #ADCBE3
Black with #ADCBE3
Text Example
Text Example
White with #ADCBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBE3; }
p { color: rgb(173,203,227); }
H1.HeaderClassName
{
color: #ADCBE3;
}
.AnyTagClassName
{
color: #ADCBE3;
}
</style>
background-color css
<style>
a { background-color: #ADCBE3; }
a { background-color: rgb(173,203,227); }
div.DivClassName
{
background-color: #ADCBE3;
}
.BgClassName
{
background-color: #ADCBE3;
}
</style>
border-color css
<style>
span { border-color: #ADCBE3; }
span { border-color: rgb(173,203,227); }
td.TdClassName
{
border-color: #ADCBE3;
}
.TagClassName
{
border-color: #ADCBE3;
}
</style>