Shades of Sail #A1D5EC
Tints of Sail #A1D5EC
RGB
CMYK
RGB Variations
Color information
#A1D5EC (or 0xA1D5EC) is known color: Sail. HEX triplet: A1, D5 and EC. RGB value is (161,213,236). Sum of RGB (Red+Green+Blue) = 161+213+236=610 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.39% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1D5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D5EC is #5E2A13. Grayscale: #C7C7C7. Windows color (decimal): -6171156 or 15521185. OLE color: 15521185.
HSL color Cylindrical-coordinate representation of color #A1D5EC: hue angle of 198.4º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1D5EC is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 213 | 236 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.07 |
| HSL | 198.4º | 0.66% | 0.78% | - |
| HSV(B) | 198.4º | 0.32% | 0.93% | - |
| XYZ | 53.63 | 61.22 | 88.35 | - |
| YUV | 200.07 | 148.27 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 236 | 0.32 | 0.10 | 0 | 0.07 | 198.4 | 0.66 | 0.78 |
| Hex | A1 | D5 | EC | 20 | A | 0 | 7 | C6 | 42 | 4E |
| Octal | 241 | 325 | 354 | 40 | 12 | 0 | 7 | 306 | 102 | 116 |
| Binary | 10100001 | 11010101 | 11101100 | 100000 | 1010 | 0 | 111 | 11000110 | 1000010 | 1001110 |
Color Harmonies of #A1D5EC
Complementary color
Monochromatic Colors of #A1D5EC
Black with #A1D5EC
Text Example
Text Example
White with #A1D5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D5EC; }
p { color: rgb(161,213,236); }
H1.HeaderClassName
{
color: #A1D5EC;
}
.AnyTagClassName
{
color: #A1D5EC;
}
</style>
background-color css
<style>
a { background-color: #A1D5EC; }
a { background-color: rgb(161,213,236); }
div.DivClassName
{
background-color: #A1D5EC;
}
.BgClassName
{
background-color: #A1D5EC;
}
</style>
border-color css
<style>
span { border-color: #A1D5EC; }
span { border-color: rgb(161,213,236); }
td.TdClassName
{
border-color: #A1D5EC;
}
.TagClassName
{
border-color: #A1D5EC;
}
</style>