Shades of Sail #A1C9F0
Tints of Sail #A1C9F0
RGB
CMYK
RGB Variations
Color information
#A1C9F0 (or 0xA1C9F0) is known color: Sail. HEX triplet: A1, C9 and F0. RGB value is (161,201,240). Sum of RGB (Red+Green+Blue) = 161+201+240=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 240 - color contains mainly: blue. Hex color #A1C9F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C9F0 is #5E360F. Grayscale: #C1C1C1. Windows color (decimal): -6174224 or 15780257. OLE color: 15780257.
HSL color Cylindrical-coordinate representation of color #A1C9F0: hue angle of 209.62º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1C9F0 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 201 | 240 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.06 |
| HSL | 209.62º | 0.72% | 0.79% | - |
| HSV(B) | 209.62º | 0.33% | 0.94% | - |
| XYZ | 51.31 | 55.64 | 90.47 | - |
| YUV | 193.49 | 154.25 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 240 | 0.33 | 0.16 | 0 | 0.06 | 209.62 | 0.72 | 0.79 |
| Hex | A1 | C9 | F0 | 21 | 10 | 0 | 6 | D2 | 48 | 4F |
| Octal | 241 | 311 | 360 | 41 | 20 | 0 | 6 | 322 | 110 | 117 |
| Binary | 10100001 | 11001001 | 11110000 | 100001 | 10000 | 0 | 110 | 11010010 | 1001000 | 1001111 |
Color Harmonies of #A1C9F0
Complementary color
Monochromatic Colors of #A1C9F0
Black with #A1C9F0
Text Example
Text Example
White with #A1C9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C9F0; }
p { color: rgb(161,201,240); }
H1.HeaderClassName
{
color: #A1C9F0;
}
.AnyTagClassName
{
color: #A1C9F0;
}
</style>
background-color css
<style>
a { background-color: #A1C9F0; }
a { background-color: rgb(161,201,240); }
div.DivClassName
{
background-color: #A1C9F0;
}
.BgClassName
{
background-color: #A1C9F0;
}
</style>
border-color css
<style>
span { border-color: #A1C9F0; }
span { border-color: rgb(161,201,240); }
td.TdClassName
{
border-color: #A1C9F0;
}
.TagClassName
{
border-color: #A1C9F0;
}
</style>