Shades of Sail #ADCFE5
Tints of Sail #ADCFE5
RGB
CMYK
RGB Variations
Color information
#ADCFE5 (or 0xADCFE5) is known color: Sail. HEX triplet: AD, CF and E5. RGB value is (173,207,229). Sum of RGB (Red+Green+Blue) = 173+207+229=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADCFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFE5 is #52301A. Grayscale: #C7C7C7. Windows color (decimal): -5386267 or 15060909. OLE color: 15060909.
HSL color Cylindrical-coordinate representation of color #ADCFE5: hue angle of 203.57º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADCFE5 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 207 | 229 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.10 |
| HSL | 203.57º | 0.52% | 0.79% | - |
| HSV(B) | 203.57º | 0.24% | 0.9% | - |
| XYZ | 53.69 | 59.17 | 82.72 | - |
| YUV | 199.34 | 144.74 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 229 | 0.24 | 0.10 | 0 | 0.10 | 203.57 | 0.52 | 0.79 |
| Hex | AD | CF | E5 | 18 | A | 0 | A | CC | 34 | 4F |
| Octal | 255 | 317 | 345 | 30 | 12 | 0 | 12 | 314 | 64 | 117 |
| Binary | 10101101 | 11001111 | 11100101 | 11000 | 1010 | 0 | 1010 | 11001100 | 110100 | 1001111 |
Color Harmonies of #ADCFE5
Complementary color
Monochromatic Colors of #ADCFE5
Black with #ADCFE5
Text Example
Text Example
White with #ADCFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCFE5; }
p { color: rgb(173,207,229); }
H1.HeaderClassName
{
color: #ADCFE5;
}
.AnyTagClassName
{
color: #ADCFE5;
}
</style>
background-color css
<style>
a { background-color: #ADCFE5; }
a { background-color: rgb(173,207,229); }
div.DivClassName
{
background-color: #ADCFE5;
}
.BgClassName
{
background-color: #ADCFE5;
}
</style>
border-color css
<style>
span { border-color: #ADCFE5; }
span { border-color: rgb(173,207,229); }
td.TdClassName
{
border-color: #ADCFE5;
}
.TagClassName
{
border-color: #ADCFE5;
}
</style>