Shades of Sail #A9D3EC
Tints of Sail #A9D3EC
RGB
CMYK
RGB Variations
Color information
#A9D3EC (or 0xA9D3EC) is known color: Sail. HEX triplet: A9, D3 and EC. RGB value is (169,211,236). Sum of RGB (Red+Green+Blue) = 169+211+236=616 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.44% from 616); Green value is 211 (82.81% from 255 or 34.25% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #A9D3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D3EC is #562C13. Grayscale: #C9C9C9. Windows color (decimal): -5647380 or 15520681. OLE color: 15520681.
HSL color Cylindrical-coordinate representation of color #A9D3EC: hue angle of 202.39º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9D3EC is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 211 | 236 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.07 |
| HSL | 202.39º | 0.64% | 0.79% | - |
| HSV(B) | 202.39º | 0.28% | 0.93% | - |
| XYZ | 54.8 | 61.08 | 88.26 | - |
| YUV | 201.29 | 147.59 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 211 | 236 | 0.28 | 0.11 | 0 | 0.07 | 202.39 | 0.64 | 0.79 |
| Hex | A9 | D3 | EC | 1C | B | 0 | 7 | CA | 40 | 4F |
| Octal | 251 | 323 | 354 | 34 | 13 | 0 | 7 | 312 | 100 | 117 |
| Binary | 10101001 | 11010011 | 11101100 | 11100 | 1011 | 0 | 111 | 11001010 | 1000000 | 1001111 |
Color Harmonies of #A9D3EC
Complementary color
Monochromatic Colors of #A9D3EC
Black with #A9D3EC
Text Example
Text Example
White with #A9D3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D3EC; }
p { color: rgb(169,211,236); }
H1.HeaderClassName
{
color: #A9D3EC;
}
.AnyTagClassName
{
color: #A9D3EC;
}
</style>
background-color css
<style>
a { background-color: #A9D3EC; }
a { background-color: rgb(169,211,236); }
div.DivClassName
{
background-color: #A9D3EC;
}
.BgClassName
{
background-color: #A9D3EC;
}
</style>
border-color css
<style>
span { border-color: #A9D3EC; }
span { border-color: rgb(169,211,236); }
td.TdClassName
{
border-color: #A9D3EC;
}
.TagClassName
{
border-color: #A9D3EC;
}
</style>