Shades of Sail #ADD5EF
Tints of Sail #ADD5EF
RGB
CMYK
RGB Variations
Color information
#ADD5EF (or 0xADD5EF) is known color: Sail. HEX triplet: AD, D5 and EF. RGB value is (173,213,239). Sum of RGB (Red+Green+Blue) = 173+213+239=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADD5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD5EF is #522A10. Grayscale: #CBCBCB. Windows color (decimal): -5384721 or 15717805. OLE color: 15717805.
HSL color Cylindrical-coordinate representation of color #ADD5EF: hue angle of 203.64º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADD5EF is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 213 | 239 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.06 |
| HSL | 203.64º | 0.67% | 0.81% | - |
| HSV(B) | 203.64º | 0.28% | 0.94% | - |
| XYZ | 56.61 | 62.7 | 90.78 | - |
| YUV | 204 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 239 | 0.28 | 0.11 | 0 | 0.06 | 203.64 | 0.67 | 0.81 |
| Hex | AD | D5 | EF | 1C | B | 0 | 6 | CC | 43 | 51 |
| Octal | 255 | 325 | 357 | 34 | 13 | 0 | 6 | 314 | 103 | 121 |
| Binary | 10101101 | 11010101 | 11101111 | 11100 | 1011 | 0 | 110 | 11001100 | 1000011 | 1010001 |
Color Harmonies of #ADD5EF
Complementary color
Monochromatic Colors of #ADD5EF
Black with #ADD5EF
Text Example
Text Example
White with #ADD5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD5EF; }
p { color: rgb(173,213,239); }
H1.HeaderClassName
{
color: #ADD5EF;
}
.AnyTagClassName
{
color: #ADD5EF;
}
</style>
background-color css
<style>
a { background-color: #ADD5EF; }
a { background-color: rgb(173,213,239); }
div.DivClassName
{
background-color: #ADD5EF;
}
.BgClassName
{
background-color: #ADD5EF;
}
</style>
border-color css
<style>
span { border-color: #ADD5EF; }
span { border-color: rgb(173,213,239); }
td.TdClassName
{
border-color: #ADD5EF;
}
.TagClassName
{
border-color: #ADD5EF;
}
</style>