Shades of Sail #A0C5EB
Tints of Sail #A0C5EB
RGB
CMYK
RGB Variations
Color information
#A0C5EB (or 0xA0C5EB) is known color: Sail. HEX triplet: A0, C5 and EB. RGB value is (160,197,235). Sum of RGB (Red+Green+Blue) = 160+197+235=592 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.03% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0C5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C5EB is #5F3A14. Grayscale: #BEBEBE. Windows color (decimal): -6240789 or 15451552. OLE color: 15451552.
HSL color Cylindrical-coordinate representation of color #A0C5EB: hue angle of 210.4º 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 #A0C5EB is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 197 | 235 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.08 |
| HSL | 210.4º | 0.65% | 0.77% | - |
| HSV(B) | 210.4º | 0.32% | 0.92% | - |
| XYZ | 49.46 | 53.4 | 86.3 | - |
| YUV | 190.27 | 153.24 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 235 | 0.32 | 0.16 | 0 | 0.08 | 210.4 | 0.65 | 0.77 |
| Hex | A0 | C5 | EB | 20 | 10 | 0 | 8 | D2 | 41 | 4D |
| Octal | 240 | 305 | 353 | 40 | 20 | 0 | 10 | 322 | 101 | 115 |
| Binary | 10100000 | 11000101 | 11101011 | 100000 | 10000 | 0 | 1000 | 11010010 | 1000001 | 1001101 |
Color Harmonies of #A0C5EB
Complementary color
Monochromatic Colors of #A0C5EB
Black with #A0C5EB
Text Example
Text Example
White with #A0C5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C5EB; }
p { color: rgb(160,197,235); }
H1.HeaderClassName
{
color: #A0C5EB;
}
.AnyTagClassName
{
color: #A0C5EB;
}
</style>
background-color css
<style>
a { background-color: #A0C5EB; }
a { background-color: rgb(160,197,235); }
div.DivClassName
{
background-color: #A0C5EB;
}
.BgClassName
{
background-color: #A0C5EB;
}
</style>
border-color css
<style>
span { border-color: #A0C5EB; }
span { border-color: rgb(160,197,235); }
td.TdClassName
{
border-color: #A0C5EB;
}
.TagClassName
{
border-color: #A0C5EB;
}
</style>