Shades of Sail #ADCFE8
Tints of Sail #ADCFE8
RGB
CMYK
RGB Variations
Color information
#ADCFE8 (or 0xADCFE8) is known color: Sail. HEX triplet: AD, CF and E8. RGB value is (173,207,232). Sum of RGB (Red+Green+Blue) = 173+207+232=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADCFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCFE8 is #523017. Grayscale: #C7C7C7. Windows color (decimal): -5386264 or 15257517. OLE color: 15257517.
HSL color Cylindrical-coordinate representation of color #ADCFE8: hue angle of 205.42º degrees, saturation: 0.56, 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 #ADCFE8 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 207 | 232 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.09 |
| HSL | 205.42º | 0.56% | 0.79% | - |
| HSV(B) | 205.42º | 0.25% | 0.91% | - |
| XYZ | 54.11 | 59.34 | 84.94 | - |
| YUV | 199.68 | 146.24 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 232 | 0.25 | 0.11 | 0 | 0.09 | 205.42 | 0.56 | 0.79 |
| Hex | AD | CF | E8 | 19 | B | 0 | 9 | CD | 38 | 4F |
| Octal | 255 | 317 | 350 | 31 | 13 | 0 | 11 | 315 | 70 | 117 |
| Binary | 10101101 | 11001111 | 11101000 | 11001 | 1011 | 0 | 1001 | 11001101 | 111000 | 1001111 |
Color Harmonies of #ADCFE8
Complementary color
Monochromatic Colors of #ADCFE8
Black with #ADCFE8
Text Example
Text Example
White with #ADCFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCFE8; }
p { color: rgb(173,207,232); }
H1.HeaderClassName
{
color: #ADCFE8;
}
.AnyTagClassName
{
color: #ADCFE8;
}
</style>
background-color css
<style>
a { background-color: #ADCFE8; }
a { background-color: rgb(173,207,232); }
div.DivClassName
{
background-color: #ADCFE8;
}
.BgClassName
{
background-color: #ADCFE8;
}
</style>
border-color css
<style>
span { border-color: #ADCFE8; }
span { border-color: rgb(173,207,232); }
td.TdClassName
{
border-color: #ADCFE8;
}
.TagClassName
{
border-color: #ADCFE8;
}
</style>