Shades of Sail #A0D1EB
Tints of Sail #A0D1EB
RGB
CMYK
RGB Variations
Color information
#A0D1EB (or 0xA0D1EB) is known color: Sail. HEX triplet: A0, D1 and EB. RGB value is (160,209,235). Sum of RGB (Red+Green+Blue) = 160+209+235=604 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.49% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0D1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D1EB is #5F2E14. Grayscale: #C5C5C5. Windows color (decimal): -6237717 or 15454624. OLE color: 15454624.
HSL color Cylindrical-coordinate representation of color #A0D1EB: hue angle of 200.8º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0D1EB is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 209 | 235 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.08 |
| HSL | 200.8º | 0.65% | 0.77% | - |
| HSV(B) | 200.8º | 0.32% | 0.92% | - |
| XYZ | 52.29 | 59.07 | 87.24 | - |
| YUV | 197.31 | 149.27 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 209 | 235 | 0.32 | 0.11 | 0 | 0.08 | 200.8 | 0.65 | 0.77 |
| Hex | A0 | D1 | EB | 20 | B | 0 | 8 | C9 | 41 | 4D |
| Octal | 240 | 321 | 353 | 40 | 13 | 0 | 10 | 311 | 101 | 115 |
| Binary | 10100000 | 11010001 | 11101011 | 100000 | 1011 | 0 | 1000 | 11001001 | 1000001 | 1001101 |
Color Harmonies of #A0D1EB
Complementary color
Monochromatic Colors of #A0D1EB
Black with #A0D1EB
Text Example
Text Example
White with #A0D1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D1EB; }
p { color: rgb(160,209,235); }
H1.HeaderClassName
{
color: #A0D1EB;
}
.AnyTagClassName
{
color: #A0D1EB;
}
</style>
background-color css
<style>
a { background-color: #A0D1EB; }
a { background-color: rgb(160,209,235); }
div.DivClassName
{
background-color: #A0D1EB;
}
.BgClassName
{
background-color: #A0D1EB;
}
</style>
border-color css
<style>
span { border-color: #A0D1EB; }
span { border-color: rgb(160,209,235); }
td.TdClassName
{
border-color: #A0D1EB;
}
.TagClassName
{
border-color: #A0D1EB;
}
</style>