Shades of Sail #ADCFE4
Tints of Sail #ADCFE4
RGB
CMYK
RGB Variations
Color information
#ADCFE4 (or 0xADCFE4) is known color: Sail. HEX triplet: AD, CF and E4. RGB value is (173,207,228). Sum of RGB (Red+Green+Blue) = 173+207+228=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 228 (89.45% from 255 or 37.5% from 608); Max value from RGB is 228 - color contains mainly: blue. Hex color #ADCFE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFE4 is #52301B. Grayscale: #C7C7C7. Windows color (decimal): -5386268 or 14995373. OLE color: 14995373.
HSL color Cylindrical-coordinate representation of color #ADCFE4: hue angle of 202.91º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADCFE4 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 207 | 228 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.11 |
| HSL | 202.91º | 0.5% | 0.79% | - |
| HSV(B) | 202.91º | 0.24% | 0.89% | - |
| XYZ | 53.55 | 59.11 | 81.99 | - |
| YUV | 199.23 | 144.24 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 228 | 0.24 | 0.09 | 0 | 0.11 | 202.91 | 0.5 | 0.79 |
| Hex | AD | CF | E4 | 18 | 9 | 0 | B | CB | 32 | 4F |
| Octal | 255 | 317 | 344 | 30 | 11 | 0 | 13 | 313 | 62 | 117 |
| Binary | 10101101 | 11001111 | 11100100 | 11000 | 1001 | 0 | 1011 | 11001011 | 110010 | 1001111 |
Color Harmonies of #ADCFE4
Complementary color
Monochromatic Colors of #ADCFE4
Black with #ADCFE4
Text Example
Text Example
White with #ADCFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCFE4; }
p { color: rgb(173,207,228); }
H1.HeaderClassName
{
color: #ADCFE4;
}
.AnyTagClassName
{
color: #ADCFE4;
}
</style>
background-color css
<style>
a { background-color: #ADCFE4; }
a { background-color: rgb(173,207,228); }
div.DivClassName
{
background-color: #ADCFE4;
}
.BgClassName
{
background-color: #ADCFE4;
}
</style>
border-color css
<style>
span { border-color: #ADCFE4; }
span { border-color: rgb(173,207,228); }
td.TdClassName
{
border-color: #ADCFE4;
}
.TagClassName
{
border-color: #ADCFE4;
}
</style>