Shades of Sail #A0D0EC
Tints of Sail #A0D0EC
RGB
CMYK
RGB Variations
Color information
#A0D0EC (or 0xA0D0EC) is known color: Sail. HEX triplet: A0, D0 and EC. RGB value is (160,208,236). Sum of RGB (Red+Green+Blue) = 160+208+236=604 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.49% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #A0D0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D0EC is #5F2F13. Grayscale: #C4C4C4. Windows color (decimal): -6237972 or 15519904. OLE color: 15519904.
HSL color Cylindrical-coordinate representation of color #A0D0EC: hue angle of 202.11º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0D0EC is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 208 | 236 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.07 |
| HSL | 202.11º | 0.67% | 0.78% | - |
| HSV(B) | 202.11º | 0.32% | 0.93% | - |
| XYZ | 52.19 | 58.64 | 87.92 | - |
| YUV | 196.84 | 150.1 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 236 | 0.32 | 0.12 | 0 | 0.07 | 202.11 | 0.67 | 0.78 |
| Hex | A0 | D0 | EC | 20 | C | 0 | 7 | CA | 43 | 4E |
| Octal | 240 | 320 | 354 | 40 | 14 | 0 | 7 | 312 | 103 | 116 |
| Binary | 10100000 | 11010000 | 11101100 | 100000 | 1100 | 0 | 111 | 11001010 | 1000011 | 1001110 |
Color Harmonies of #A0D0EC
Complementary color
Monochromatic Colors of #A0D0EC
Black with #A0D0EC
Text Example
Text Example
White with #A0D0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D0EC; }
p { color: rgb(160,208,236); }
H1.HeaderClassName
{
color: #A0D0EC;
}
.AnyTagClassName
{
color: #A0D0EC;
}
</style>
background-color css
<style>
a { background-color: #A0D0EC; }
a { background-color: rgb(160,208,236); }
div.DivClassName
{
background-color: #A0D0EC;
}
.BgClassName
{
background-color: #A0D0EC;
}
</style>
border-color css
<style>
span { border-color: #A0D0EC; }
span { border-color: rgb(160,208,236); }
td.TdClassName
{
border-color: #A0D0EC;
}
.TagClassName
{
border-color: #A0D0EC;
}
</style>