Shades of Sail #A0C9F1
Tints of Sail #A0C9F1
RGB
CMYK
RGB Variations
Color information
#A0C9F1 (or 0xA0C9F1) is known color: Sail. HEX triplet: A0, C9 and F1. RGB value is (160,201,241). Sum of RGB (Red+Green+Blue) = 160+201+241=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #A0C9F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C9F1 is #5F360E. Grayscale: #C1C1C1. Windows color (decimal): -6239759 or 15845792. OLE color: 15845792.
HSL color Cylindrical-coordinate representation of color #A0C9F1: hue angle of 209.63º 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 #A0C9F1 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 201 | 241 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.05 |
| HSL | 209.63º | 0.74% | 0.79% | - |
| HSV(B) | 209.63º | 0.34% | 0.95% | - |
| XYZ | 51.26 | 55.6 | 91.25 | - |
| YUV | 193.3 | 154.92 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 241 | 0.34 | 0.17 | 0 | 0.05 | 209.63 | 0.74 | 0.79 |
| Hex | A0 | C9 | F1 | 22 | 11 | 0 | 5 | D2 | 4A | 4F |
| Octal | 240 | 311 | 361 | 42 | 21 | 0 | 5 | 322 | 112 | 117 |
| Binary | 10100000 | 11001001 | 11110001 | 100010 | 10001 | 0 | 101 | 11010010 | 1001010 | 1001111 |
Color Harmonies of #A0C9F1
Complementary color
Monochromatic Colors of #A0C9F1
Black with #A0C9F1
Text Example
Text Example
White with #A0C9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C9F1; }
p { color: rgb(160,201,241); }
H1.HeaderClassName
{
color: #A0C9F1;
}
.AnyTagClassName
{
color: #A0C9F1;
}
</style>
background-color css
<style>
a { background-color: #A0C9F1; }
a { background-color: rgb(160,201,241); }
div.DivClassName
{
background-color: #A0C9F1;
}
.BgClassName
{
background-color: #A0C9F1;
}
</style>
border-color css
<style>
span { border-color: #A0C9F1; }
span { border-color: rgb(160,201,241); }
td.TdClassName
{
border-color: #A0C9F1;
}
.TagClassName
{
border-color: #A0C9F1;
}
</style>