Shades of Sail #A1D1EF
Tints of Sail #A1D1EF
RGB
CMYK
RGB Variations
Color information
#A1D1EF (or 0xA1D1EF) is known color: Sail. HEX triplet: A1, D1 and EF. RGB value is (161,209,239). Sum of RGB (Red+Green+Blue) = 161+209+239=609 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.44% from 609); Green value is 209 (82.03% from 255 or 34.32% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1D1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D1EF is #5E2E10. Grayscale: #C5C5C5. Windows color (decimal): -6172177 or 15716769. OLE color: 15716769.
HSL color Cylindrical-coordinate representation of color #A1D1EF: hue angle of 203.08º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1D1EF is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 209 | 239 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.06 |
| HSL | 203.08º | 0.71% | 0.78% | - |
| HSV(B) | 203.08º | 0.33% | 0.94% | - |
| XYZ | 53.08 | 59.41 | 90.33 | - |
| YUV | 198.07 | 151.1 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 239 | 0.33 | 0.13 | 0 | 0.06 | 203.08 | 0.71 | 0.78 |
| Hex | A1 | D1 | EF | 21 | D | 0 | 6 | CB | 47 | 4E |
| Octal | 241 | 321 | 357 | 41 | 15 | 0 | 6 | 313 | 107 | 116 |
| Binary | 10100001 | 11010001 | 11101111 | 100001 | 1101 | 0 | 110 | 11001011 | 1000111 | 1001110 |
Color Harmonies of #A1D1EF
Complementary color
Monochromatic Colors of #A1D1EF
Black with #A1D1EF
Text Example
Text Example
White with #A1D1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D1EF; }
p { color: rgb(161,209,239); }
H1.HeaderClassName
{
color: #A1D1EF;
}
.AnyTagClassName
{
color: #A1D1EF;
}
</style>
background-color css
<style>
a { background-color: #A1D1EF; }
a { background-color: rgb(161,209,239); }
div.DivClassName
{
background-color: #A1D1EF;
}
.BgClassName
{
background-color: #A1D1EF;
}
</style>
border-color css
<style>
span { border-color: #A1D1EF; }
span { border-color: rgb(161,209,239); }
td.TdClassName
{
border-color: #A1D1EF;
}
.TagClassName
{
border-color: #A1D1EF;
}
</style>