Shades of Sail #ADCFE6
Tints of Sail #ADCFE6
RGB
CMYK
RGB Variations
Color information
#ADCFE6 (or 0xADCFE6) is known color: Sail. HEX triplet: AD, CF and E6. RGB value is (173,207,230). Sum of RGB (Red+Green+Blue) = 173+207+230=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADCFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCFE6 is #523019. Grayscale: #C7C7C7. Windows color (decimal): -5386266 or 15126445. OLE color: 15126445.
HSL color Cylindrical-coordinate representation of color #ADCFE6: hue angle of 204.21º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADCFE6 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 207 | 230 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.10 |
| HSL | 204.21º | 0.53% | 0.79% | - |
| HSV(B) | 204.21º | 0.25% | 0.9% | - |
| XYZ | 53.83 | 59.22 | 83.46 | - |
| YUV | 199.46 | 145.24 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 230 | 0.25 | 0.10 | 0 | 0.10 | 204.21 | 0.53 | 0.79 |
| Hex | AD | CF | E6 | 19 | A | 0 | A | CC | 35 | 4F |
| Octal | 255 | 317 | 346 | 31 | 12 | 0 | 12 | 314 | 65 | 117 |
| Binary | 10101101 | 11001111 | 11100110 | 11001 | 1010 | 0 | 1010 | 11001100 | 110101 | 1001111 |
Color Harmonies of #ADCFE6
Complementary color
Monochromatic Colors of #ADCFE6
Black with #ADCFE6
Text Example
Text Example
White with #ADCFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCFE6; }
p { color: rgb(173,207,230); }
H1.HeaderClassName
{
color: #ADCFE6;
}
.AnyTagClassName
{
color: #ADCFE6;
}
</style>
background-color css
<style>
a { background-color: #ADCFE6; }
a { background-color: rgb(173,207,230); }
div.DivClassName
{
background-color: #ADCFE6;
}
.BgClassName
{
background-color: #ADCFE6;
}
</style>
border-color css
<style>
span { border-color: #ADCFE6; }
span { border-color: rgb(173,207,230); }
td.TdClassName
{
border-color: #ADCFE6;
}
.TagClassName
{
border-color: #ADCFE6;
}
</style>