Shades of Sail #A0CAF1
Tints of Sail #A0CAF1
RGB
CMYK
RGB Variations
Color information
#A0CAF1 (or 0xA0CAF1) is known color: Sail. HEX triplet: A0, CA and F1. RGB value is (160,202,241). Sum of RGB (Red+Green+Blue) = 160+202+241=603 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.53% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #A0CAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CAF1 is #5F350E. Grayscale: #C1C1C1. Windows color (decimal): -6239503 or 15846048. OLE color: 15846048.
HSL color Cylindrical-coordinate representation of color #A0CAF1: hue angle of 208.89º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0CAF1 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 202 | 241 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.05 |
| HSL | 208.89º | 0.74% | 0.79% | - |
| HSV(B) | 208.89º | 0.34% | 0.95% | - |
| XYZ | 51.49 | 56.07 | 91.33 | - |
| YUV | 193.89 | 154.59 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 241 | 0.34 | 0.16 | 0 | 0.05 | 208.89 | 0.74 | 0.79 |
| Hex | A0 | CA | F1 | 22 | 10 | 0 | 5 | D1 | 4A | 4F |
| Octal | 240 | 312 | 361 | 42 | 20 | 0 | 5 | 321 | 112 | 117 |
| Binary | 10100000 | 11001010 | 11110001 | 100010 | 10000 | 0 | 101 | 11010001 | 1001010 | 1001111 |
Color Harmonies of #A0CAF1
Complementary color
Monochromatic Colors of #A0CAF1
Black with #A0CAF1
Text Example
Text Example
White with #A0CAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CAF1; }
p { color: rgb(160,202,241); }
H1.HeaderClassName
{
color: #A0CAF1;
}
.AnyTagClassName
{
color: #A0CAF1;
}
</style>
background-color css
<style>
a { background-color: #A0CAF1; }
a { background-color: rgb(160,202,241); }
div.DivClassName
{
background-color: #A0CAF1;
}
.BgClassName
{
background-color: #A0CAF1;
}
</style>
border-color css
<style>
span { border-color: #A0CAF1; }
span { border-color: rgb(160,202,241); }
td.TdClassName
{
border-color: #A0CAF1;
}
.TagClassName
{
border-color: #A0CAF1;
}
</style>