Shades of Sail #A0D0EB
Tints of Sail #A0D0EB
RGB
CMYK
RGB Variations
Color information
#A0D0EB (or 0xA0D0EB) is known color: Sail. HEX triplet: A0, D0 and EB. RGB value is (160,208,235). Sum of RGB (Red+Green+Blue) = 160+208+235=603 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.53% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0D0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D0EB is #5F2F14. Grayscale: #C4C4C4. Windows color (decimal): -6237973 or 15454368. OLE color: 15454368.
HSL color Cylindrical-coordinate representation of color #A0D0EB: hue angle of 201.6º 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 #A0D0EB is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 208 | 235 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.08 |
| HSL | 201.6º | 0.65% | 0.77% | - |
| HSV(B) | 201.6º | 0.32% | 0.92% | - |
| XYZ | 52.05 | 58.58 | 87.16 | - |
| YUV | 196.73 | 149.6 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 235 | 0.32 | 0.11 | 0 | 0.08 | 201.6 | 0.65 | 0.77 |
| Hex | A0 | D0 | EB | 20 | B | 0 | 8 | CA | 41 | 4D |
| Octal | 240 | 320 | 353 | 40 | 13 | 0 | 10 | 312 | 101 | 115 |
| Binary | 10100000 | 11010000 | 11101011 | 100000 | 1011 | 0 | 1000 | 11001010 | 1000001 | 1001101 |
Color Harmonies of #A0D0EB
Complementary color
Monochromatic Colors of #A0D0EB
Black with #A0D0EB
Text Example
Text Example
White with #A0D0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D0EB; }
p { color: rgb(160,208,235); }
H1.HeaderClassName
{
color: #A0D0EB;
}
.AnyTagClassName
{
color: #A0D0EB;
}
</style>
background-color css
<style>
a { background-color: #A0D0EB; }
a { background-color: rgb(160,208,235); }
div.DivClassName
{
background-color: #A0D0EB;
}
.BgClassName
{
background-color: #A0D0EB;
}
</style>
border-color css
<style>
span { border-color: #A0D0EB; }
span { border-color: rgb(160,208,235); }
td.TdClassName
{
border-color: #A0D0EB;
}
.TagClassName
{
border-color: #A0D0EB;
}
</style>