Shades of Sail #A0C5EE
Tints of Sail #A0C5EE
RGB
CMYK
RGB Variations
Color information
#A0C5EE (or 0xA0C5EE) is known color: Sail. HEX triplet: A0, C5 and EE. RGB value is (160,197,238). Sum of RGB (Red+Green+Blue) = 160+197+238=595 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.89% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #A0C5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C5EE is #5F3A11. Grayscale: #BEBEBE. Windows color (decimal): -6240786 or 15648160. OLE color: 15648160.
HSL color Cylindrical-coordinate representation of color #A0C5EE: hue angle of 211.54º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0C5EE is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 197 | 238 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.07 |
| HSL | 211.54º | 0.7% | 0.78% | - |
| HSV(B) | 211.54º | 0.33% | 0.93% | - |
| XYZ | 49.9 | 53.58 | 88.6 | - |
| YUV | 190.61 | 154.74 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 238 | 0.33 | 0.17 | 0 | 0.07 | 211.54 | 0.7 | 0.78 |
| Hex | A0 | C5 | EE | 21 | 11 | 0 | 7 | D4 | 46 | 4E |
| Octal | 240 | 305 | 356 | 41 | 21 | 0 | 7 | 324 | 106 | 116 |
| Binary | 10100000 | 11000101 | 11101110 | 100001 | 10001 | 0 | 111 | 11010100 | 1000110 | 1001110 |
Color Harmonies of #A0C5EE
Complementary color
Monochromatic Colors of #A0C5EE
Black with #A0C5EE
Text Example
Text Example
White with #A0C5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C5EE; }
p { color: rgb(160,197,238); }
H1.HeaderClassName
{
color: #A0C5EE;
}
.AnyTagClassName
{
color: #A0C5EE;
}
</style>
background-color css
<style>
a { background-color: #A0C5EE; }
a { background-color: rgb(160,197,238); }
div.DivClassName
{
background-color: #A0C5EE;
}
.BgClassName
{
background-color: #A0C5EE;
}
</style>
border-color css
<style>
span { border-color: #A0C5EE; }
span { border-color: rgb(160,197,238); }
td.TdClassName
{
border-color: #A0C5EE;
}
.TagClassName
{
border-color: #A0C5EE;
}
</style>