Shades of Sail #ADD0E5
Tints of Sail #ADD0E5
RGB
CMYK
RGB Variations
Color information
#ADD0E5 (or 0xADD0E5) is known color: Sail. HEX triplet: AD, D0 and E5. RGB value is (173,208,229). Sum of RGB (Red+Green+Blue) = 173+208+229=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADD0E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0E5 is #522F1A. Grayscale: #C7C7C7. Windows color (decimal): -5386011 or 15061165. OLE color: 15061165.
HSL color Cylindrical-coordinate representation of color #ADD0E5: hue angle of 202.5º 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 #ADD0E5 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 208 | 229 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.10 |
| HSL | 202.5º | 0.52% | 0.79% | - |
| HSV(B) | 202.5º | 0.24% | 0.9% | - |
| XYZ | 53.93 | 59.65 | 82.8 | - |
| YUV | 199.93 | 144.4 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 229 | 0.24 | 0.09 | 0 | 0.10 | 202.5 | 0.52 | 0.79 |
| Hex | AD | D0 | E5 | 18 | 9 | 0 | A | CA | 34 | 4F |
| Octal | 255 | 320 | 345 | 30 | 11 | 0 | 12 | 312 | 64 | 117 |
| Binary | 10101101 | 11010000 | 11100101 | 11000 | 1001 | 0 | 1010 | 11001010 | 110100 | 1001111 |
Color Harmonies of #ADD0E5
Complementary color
Monochromatic Colors of #ADD0E5
Black with #ADD0E5
Text Example
Text Example
White with #ADD0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0E5; }
p { color: rgb(173,208,229); }
H1.HeaderClassName
{
color: #ADD0E5;
}
.AnyTagClassName
{
color: #ADD0E5;
}
</style>
background-color css
<style>
a { background-color: #ADD0E5; }
a { background-color: rgb(173,208,229); }
div.DivClassName
{
background-color: #ADD0E5;
}
.BgClassName
{
background-color: #ADD0E5;
}
</style>
border-color css
<style>
span { border-color: #ADD0E5; }
span { border-color: rgb(173,208,229); }
td.TdClassName
{
border-color: #ADD0E5;
}
.TagClassName
{
border-color: #ADD0E5;
}
</style>