Shades of Sail #A1D8EF
Tints of Sail #A1D8EF
RGB
CMYK
RGB Variations
Color information
#A1D8EF (or 0xA1D8EF) is known color: Sail. HEX triplet: A1, D8 and EF. RGB value is (161,216,239). Sum of RGB (Red+Green+Blue) = 161+216+239=616 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.14% from 616); Green value is 216 (84.77% from 255 or 35.06% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1D8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D8EF is #5E2710. Grayscale: #CACACA. Windows color (decimal): -6170385 or 15718561. OLE color: 15718561.
HSL color Cylindrical-coordinate representation of color #A1D8EF: hue angle of 197.69º 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 #A1D8EF is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 216 | 239 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.06 |
| HSL | 197.69º | 0.71% | 0.78% | - |
| HSV(B) | 197.69º | 0.33% | 0.94% | - |
| XYZ | 54.83 | 62.92 | 90.92 | - |
| YUV | 202.18 | 148.78 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 216 | 239 | 0.33 | 0.10 | 0 | 0.06 | 197.69 | 0.71 | 0.78 |
| Hex | A1 | D8 | EF | 21 | A | 0 | 6 | C6 | 47 | 4E |
| Octal | 241 | 330 | 357 | 41 | 12 | 0 | 6 | 306 | 107 | 116 |
| Binary | 10100001 | 11011000 | 11101111 | 100001 | 1010 | 0 | 110 | 11000110 | 1000111 | 1001110 |
Color Harmonies of #A1D8EF
Complementary color
Monochromatic Colors of #A1D8EF
Black with #A1D8EF
Text Example
Text Example
White with #A1D8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D8EF; }
p { color: rgb(161,216,239); }
H1.HeaderClassName
{
color: #A1D8EF;
}
.AnyTagClassName
{
color: #A1D8EF;
}
</style>
background-color css
<style>
a { background-color: #A1D8EF; }
a { background-color: rgb(161,216,239); }
div.DivClassName
{
background-color: #A1D8EF;
}
.BgClassName
{
background-color: #A1D8EF;
}
</style>
border-color css
<style>
span { border-color: #A1D8EF; }
span { border-color: rgb(161,216,239); }
td.TdClassName
{
border-color: #A1D8EF;
}
.TagClassName
{
border-color: #A1D8EF;
}
</style>