Shades of Sail #A1D1F1
Tints of Sail #A1D1F1
RGB
CMYK
RGB Variations
Color information
#A1D1F1 (or 0xA1D1F1) is known color: Sail. HEX triplet: A1, D1 and F1. RGB value is (161,209,241). Sum of RGB (Red+Green+Blue) = 161+209+241=611 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.35% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #A1D1F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D1F1 is #5E2E0E. Grayscale: #C6C6C6. Windows color (decimal): -6172175 or 15847841. OLE color: 15847841.
HSL color Cylindrical-coordinate representation of color #A1D1F1: hue angle of 204º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1D1F1 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 209 | 241 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.05 |
| HSL | 204º | 0.74% | 0.79% | - |
| HSV(B) | 204º | 0.33% | 0.95% | - |
| XYZ | 53.38 | 59.53 | 91.9 | - |
| YUV | 198.3 | 152.1 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 241 | 0.33 | 0.13 | 0 | 0.05 | 204 | 0.74 | 0.79 |
| Hex | A1 | D1 | F1 | 21 | D | 0 | 5 | CC | 4A | 4F |
| Octal | 241 | 321 | 361 | 41 | 15 | 0 | 5 | 314 | 112 | 117 |
| Binary | 10100001 | 11010001 | 11110001 | 100001 | 1101 | 0 | 101 | 11001100 | 1001010 | 1001111 |
Color Harmonies of #A1D1F1
Complementary color
Monochromatic Colors of #A1D1F1
Black with #A1D1F1
Text Example
Text Example
White with #A1D1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D1F1; }
p { color: rgb(161,209,241); }
H1.HeaderClassName
{
color: #A1D1F1;
}
.AnyTagClassName
{
color: #A1D1F1;
}
</style>
background-color css
<style>
a { background-color: #A1D1F1; }
a { background-color: rgb(161,209,241); }
div.DivClassName
{
background-color: #A1D1F1;
}
.BgClassName
{
background-color: #A1D1F1;
}
</style>
border-color css
<style>
span { border-color: #A1D1F1; }
span { border-color: rgb(161,209,241); }
td.TdClassName
{
border-color: #A1D1F1;
}
.TagClassName
{
border-color: #A1D1F1;
}
</style>