Shades of Sail #A9D1EF
Tints of Sail #A9D1EF
RGB
CMYK
RGB Variations
Color information
#A9D1EF (or 0xA9D1EF) is known color: Sail. HEX triplet: A9, D1 and EF. RGB value is (169,209,239). Sum of RGB (Red+Green+Blue) = 169+209+239=617 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.39% from 617); Green value is 209 (82.03% from 255 or 33.87% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #A9D1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D1EF is #562E10. Grayscale: #C8C8C8. Windows color (decimal): -5647889 or 15716777. OLE color: 15716777.
HSL color Cylindrical-coordinate representation of color #A9D1EF: hue angle of 205.71º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9D1EF is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 209 | 239 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.06 |
| HSL | 205.71º | 0.69% | 0.8% | - |
| HSV(B) | 205.71º | 0.29% | 0.94% | - |
| XYZ | 54.74 | 60.27 | 90.41 | - |
| YUV | 200.46 | 149.75 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 209 | 239 | 0.29 | 0.13 | 0 | 0.06 | 205.71 | 0.69 | 0.8 |
| Hex | A9 | D1 | EF | 1D | D | 0 | 6 | CE | 45 | 50 |
| Octal | 251 | 321 | 357 | 35 | 15 | 0 | 6 | 316 | 105 | 120 |
| Binary | 10101001 | 11010001 | 11101111 | 11101 | 1101 | 0 | 110 | 11001110 | 1000101 | 1010000 |
Color Harmonies of #A9D1EF
Complementary color
Monochromatic Colors of #A9D1EF
Black with #A9D1EF
Text Example
Text Example
White with #A9D1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D1EF; }
p { color: rgb(169,209,239); }
H1.HeaderClassName
{
color: #A9D1EF;
}
.AnyTagClassName
{
color: #A9D1EF;
}
</style>
background-color css
<style>
a { background-color: #A9D1EF; }
a { background-color: rgb(169,209,239); }
div.DivClassName
{
background-color: #A9D1EF;
}
.BgClassName
{
background-color: #A9D1EF;
}
</style>
border-color css
<style>
span { border-color: #A9D1EF; }
span { border-color: rgb(169,209,239); }
td.TdClassName
{
border-color: #A9D1EF;
}
.TagClassName
{
border-color: #A9D1EF;
}
</style>