Shades of Sail #ADCFE9
Tints of Sail #ADCFE9
RGB
CMYK
RGB Variations
Color information
#ADCFE9 (or 0xADCFE9) is known color: Sail. HEX triplet: AD, CF and E9. RGB value is (173,207,233). Sum of RGB (Red+Green+Blue) = 173+207+233=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADCFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCFE9 is #523016. Grayscale: #C7C7C7. Windows color (decimal): -5386263 or 15323053. OLE color: 15323053.
HSL color Cylindrical-coordinate representation of color #ADCFE9: hue angle of 206º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADCFE9 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 207 | 233 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.09 |
| HSL | 206º | 0.58% | 0.8% | - |
| HSV(B) | 206º | 0.26% | 0.91% | - |
| XYZ | 54.25 | 59.39 | 85.7 | - |
| YUV | 199.8 | 146.74 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 233 | 0.26 | 0.11 | 0 | 0.09 | 206 | 0.58 | 0.8 |
| Hex | AD | CF | E9 | 1A | B | 0 | 9 | CE | 3A | 50 |
| Octal | 255 | 317 | 351 | 32 | 13 | 0 | 11 | 316 | 72 | 120 |
| Binary | 10101101 | 11001111 | 11101001 | 11010 | 1011 | 0 | 1001 | 11001110 | 111010 | 1010000 |
Color Harmonies of #ADCFE9
Complementary color
Monochromatic Colors of #ADCFE9
Black with #ADCFE9
Text Example
Text Example
White with #ADCFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCFE9; }
p { color: rgb(173,207,233); }
H1.HeaderClassName
{
color: #ADCFE9;
}
.AnyTagClassName
{
color: #ADCFE9;
}
</style>
background-color css
<style>
a { background-color: #ADCFE9; }
a { background-color: rgb(173,207,233); }
div.DivClassName
{
background-color: #ADCFE9;
}
.BgClassName
{
background-color: #ADCFE9;
}
</style>
border-color css
<style>
span { border-color: #ADCFE9; }
span { border-color: rgb(173,207,233); }
td.TdClassName
{
border-color: #ADCFE9;
}
.TagClassName
{
border-color: #ADCFE9;
}
</style>