Shades of Sail #ADCFE7
Tints of Sail #ADCFE7
RGB
CMYK
RGB Variations
Color information
#ADCFE7 (or 0xADCFE7) is known color: Sail. HEX triplet: AD, CF and E7. RGB value is (173,207,231). Sum of RGB (Red+Green+Blue) = 173+207+231=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 231 (90.62% from 255 or 37.81% from 611); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADCFE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCFE7 is #523018. Grayscale: #C7C7C7. Windows color (decimal): -5386265 or 15191981. OLE color: 15191981.
HSL color Cylindrical-coordinate representation of color #ADCFE7: hue angle of 204.83º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADCFE7 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 207 | 231 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.09 |
| HSL | 204.83º | 0.55% | 0.79% | - |
| HSV(B) | 204.83º | 0.25% | 0.91% | - |
| XYZ | 53.97 | 59.28 | 84.2 | - |
| YUV | 199.57 | 145.74 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 231 | 0.25 | 0.10 | 0 | 0.09 | 204.83 | 0.55 | 0.79 |
| Hex | AD | CF | E7 | 19 | A | 0 | 9 | CD | 37 | 4F |
| Octal | 255 | 317 | 347 | 31 | 12 | 0 | 11 | 315 | 67 | 117 |
| Binary | 10101101 | 11001111 | 11100111 | 11001 | 1010 | 0 | 1001 | 11001101 | 110111 | 1001111 |
Color Harmonies of #ADCFE7
Complementary color
Monochromatic Colors of #ADCFE7
Black with #ADCFE7
Text Example
Text Example
White with #ADCFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCFE7; }
p { color: rgb(173,207,231); }
H1.HeaderClassName
{
color: #ADCFE7;
}
.AnyTagClassName
{
color: #ADCFE7;
}
</style>
background-color css
<style>
a { background-color: #ADCFE7; }
a { background-color: rgb(173,207,231); }
div.DivClassName
{
background-color: #ADCFE7;
}
.BgClassName
{
background-color: #ADCFE7;
}
</style>
border-color css
<style>
span { border-color: #ADCFE7; }
span { border-color: rgb(173,207,231); }
td.TdClassName
{
border-color: #ADCFE7;
}
.TagClassName
{
border-color: #ADCFE7;
}
</style>