Shades of Sail #ADD2EC
Tints of Sail #ADD2EC
RGB
CMYK
RGB Variations
Color information
#ADD2EC (or 0xADD2EC) is known color: Sail. HEX triplet: AD, D2 and EC. RGB value is (173,210,236). Sum of RGB (Red+Green+Blue) = 173+210+236=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADD2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD2EC is #522D13. Grayscale: #C9C9C9. Windows color (decimal): -5385492 or 15520429. OLE color: 15520429.
HSL color Cylindrical-coordinate representation of color #ADD2EC: hue angle of 204.76º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADD2EC is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 210 | 236 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.07 |
| HSL | 204.76º | 0.62% | 0.8% | - |
| HSV(B) | 204.76º | 0.27% | 0.93% | - |
| XYZ | 55.42 | 61.03 | 88.22 | - |
| YUV | 201.9 | 147.24 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 236 | 0.27 | 0.11 | 0 | 0.07 | 204.76 | 0.62 | 0.8 |
| Hex | AD | D2 | EC | 1B | B | 0 | 7 | CD | 3E | 50 |
| Octal | 255 | 322 | 354 | 33 | 13 | 0 | 7 | 315 | 76 | 120 |
| Binary | 10101101 | 11010010 | 11101100 | 11011 | 1011 | 0 | 111 | 11001101 | 111110 | 1010000 |
Color Harmonies of #ADD2EC
Complementary color
Monochromatic Colors of #ADD2EC
Black with #ADD2EC
Text Example
Text Example
White with #ADD2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2EC; }
p { color: rgb(173,210,236); }
H1.HeaderClassName
{
color: #ADD2EC;
}
.AnyTagClassName
{
color: #ADD2EC;
}
</style>
background-color css
<style>
a { background-color: #ADD2EC; }
a { background-color: rgb(173,210,236); }
div.DivClassName
{
background-color: #ADD2EC;
}
.BgClassName
{
background-color: #ADD2EC;
}
</style>
border-color css
<style>
span { border-color: #ADD2EC; }
span { border-color: rgb(173,210,236); }
td.TdClassName
{
border-color: #ADD2EC;
}
.TagClassName
{
border-color: #ADD2EC;
}
</style>