Shades of Sail #A0D1EA
Tints of Sail #A0D1EA
RGB
CMYK
RGB Variations
Color information
#A0D1EA (or 0xA0D1EA) is known color: Sail. HEX triplet: A0, D1 and EA. RGB value is (160,209,234). Sum of RGB (Red+Green+Blue) = 160+209+234=603 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.53% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #A0D1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D1EA is #5F2E15. Grayscale: #C5C5C5. Windows color (decimal): -6237718 or 15389088. OLE color: 15389088.
HSL color Cylindrical-coordinate representation of color #A0D1EA: hue angle of 200.27º degrees, saturation: 0.64, 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 #A0D1EA is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 209 | 234 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.08 |
| HSL | 200.27º | 0.64% | 0.77% | - |
| HSV(B) | 200.27º | 0.32% | 0.92% | - |
| XYZ | 52.15 | 59.02 | 86.48 | - |
| YUV | 197.2 | 148.77 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 209 | 234 | 0.32 | 0.11 | 0 | 0.08 | 200.27 | 0.64 | 0.77 |
| Hex | A0 | D1 | EA | 20 | B | 0 | 8 | C8 | 40 | 4D |
| Octal | 240 | 321 | 352 | 40 | 13 | 0 | 10 | 310 | 100 | 115 |
| Binary | 10100000 | 11010001 | 11101010 | 100000 | 1011 | 0 | 1000 | 11001000 | 1000000 | 1001101 |
Color Harmonies of #A0D1EA
Complementary color
Monochromatic Colors of #A0D1EA
Black with #A0D1EA
Text Example
Text Example
White with #A0D1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D1EA; }
p { color: rgb(160,209,234); }
H1.HeaderClassName
{
color: #A0D1EA;
}
.AnyTagClassName
{
color: #A0D1EA;
}
</style>
background-color css
<style>
a { background-color: #A0D1EA; }
a { background-color: rgb(160,209,234); }
div.DivClassName
{
background-color: #A0D1EA;
}
.BgClassName
{
background-color: #A0D1EA;
}
</style>
border-color css
<style>
span { border-color: #A0D1EA; }
span { border-color: rgb(160,209,234); }
td.TdClassName
{
border-color: #A0D1EA;
}
.TagClassName
{
border-color: #A0D1EA;
}
</style>