Shades of Sail #A0CAE9
Tints of Sail #A0CAE9
RGB
CMYK
RGB Variations
Color information
#A0CAE9 (or 0xA0CAE9) is known color: Sail. HEX triplet: A0, CA and E9. RGB value is (160,202,233). Sum of RGB (Red+Green+Blue) = 160+202+233=595 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.89% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 233 (91.41% from 255 or 39.16% from 595); Max value from RGB is 233 - color contains mainly: blue. Hex color #A0CAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CAE9 is #5F3516. Grayscale: #C0C0C0. Windows color (decimal): -6239511 or 15321760. OLE color: 15321760.
HSL color Cylindrical-coordinate representation of color #A0CAE9: hue angle of 205.48º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0CAE9 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 202 | 233 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.09 |
| HSL | 205.48º | 0.62% | 0.77% | - |
| HSV(B) | 205.48º | 0.31% | 0.91% | - |
| XYZ | 50.33 | 55.6 | 85.17 | - |
| YUV | 192.98 | 150.59 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 233 | 0.31 | 0.13 | 0 | 0.09 | 205.48 | 0.62 | 0.77 |
| Hex | A0 | CA | E9 | 1F | D | 0 | 9 | CD | 3E | 4D |
| Octal | 240 | 312 | 351 | 37 | 15 | 0 | 11 | 315 | 76 | 115 |
| Binary | 10100000 | 11001010 | 11101001 | 11111 | 1101 | 0 | 1001 | 11001101 | 111110 | 1001101 |
Color Harmonies of #A0CAE9
Complementary color
Monochromatic Colors of #A0CAE9
Black with #A0CAE9
Text Example
Text Example
White with #A0CAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CAE9; }
p { color: rgb(160,202,233); }
H1.HeaderClassName
{
color: #A0CAE9;
}
.AnyTagClassName
{
color: #A0CAE9;
}
</style>
background-color css
<style>
a { background-color: #A0CAE9; }
a { background-color: rgb(160,202,233); }
div.DivClassName
{
background-color: #A0CAE9;
}
.BgClassName
{
background-color: #A0CAE9;
}
</style>
border-color css
<style>
span { border-color: #A0CAE9; }
span { border-color: rgb(160,202,233); }
td.TdClassName
{
border-color: #A0CAE9;
}
.TagClassName
{
border-color: #A0CAE9;
}
</style>