Shades of Sail #ADD4EC
Tints of Sail #ADD4EC
RGB
CMYK
RGB Variations
Color information
#ADD4EC (or 0xADD4EC) is known color: Sail. HEX triplet: AD, D4 and EC. RGB value is (173,212,236). Sum of RGB (Red+Green+Blue) = 173+212+236=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADD4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD4EC is #522B13. Grayscale: #CACACA. Windows color (decimal): -5384980 or 15520941. OLE color: 15520941.
HSL color Cylindrical-coordinate representation of color #ADD4EC: hue angle of 202.86º 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 #ADD4EC is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 212 | 236 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.07 |
| HSL | 202.86º | 0.62% | 0.8% | - |
| HSV(B) | 202.86º | 0.27% | 0.93% | - |
| XYZ | 55.92 | 62.03 | 88.38 | - |
| YUV | 203.08 | 146.58 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 236 | 0.27 | 0.10 | 0 | 0.07 | 202.86 | 0.62 | 0.8 |
| Hex | AD | D4 | EC | 1B | A | 0 | 7 | CB | 3E | 50 |
| Octal | 255 | 324 | 354 | 33 | 12 | 0 | 7 | 313 | 76 | 120 |
| Binary | 10101101 | 11010100 | 11101100 | 11011 | 1010 | 0 | 111 | 11001011 | 111110 | 1010000 |
Color Harmonies of #ADD4EC
Complementary color
Monochromatic Colors of #ADD4EC
Black with #ADD4EC
Text Example
Text Example
White with #ADD4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD4EC; }
p { color: rgb(173,212,236); }
H1.HeaderClassName
{
color: #ADD4EC;
}
.AnyTagClassName
{
color: #ADD4EC;
}
</style>
background-color css
<style>
a { background-color: #ADD4EC; }
a { background-color: rgb(173,212,236); }
div.DivClassName
{
background-color: #ADD4EC;
}
.BgClassName
{
background-color: #ADD4EC;
}
</style>
border-color css
<style>
span { border-color: #ADD4EC; }
span { border-color: rgb(173,212,236); }
td.TdClassName
{
border-color: #ADD4EC;
}
.TagClassName
{
border-color: #ADD4EC;
}
</style>