Shades of Sail #A9D5F3
Tints of Sail #A9D5F3
RGB
CMYK
RGB Variations
Color information
#A9D5F3 (or 0xA9D5F3) is known color: Sail. HEX triplet: A9, D5 and F3. RGB value is (169,213,243). Sum of RGB (Red+Green+Blue) = 169+213+243=625 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.04% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #A9D5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D5F3 is #562A0C. Grayscale: #CBCBCB. Windows color (decimal): -5646861 or 15979945. OLE color: 15979945.
HSL color Cylindrical-coordinate representation of color #A9D5F3: hue angle of 204.32º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9D5F3 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 213 | 243 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.05 |
| HSL | 204.32º | 0.76% | 0.81% | - |
| HSV(B) | 204.32º | 0.3% | 0.95% | - |
| XYZ | 56.33 | 62.49 | 93.89 | - |
| YUV | 203.26 | 150.42 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 213 | 243 | 0.30 | 0.12 | 0 | 0.05 | 204.32 | 0.76 | 0.81 |
| Hex | A9 | D5 | F3 | 1E | C | 0 | 5 | CC | 4C | 51 |
| Octal | 251 | 325 | 363 | 36 | 14 | 0 | 5 | 314 | 114 | 121 |
| Binary | 10101001 | 11010101 | 11110011 | 11110 | 1100 | 0 | 101 | 11001100 | 1001100 | 1010001 |
Color Harmonies of #A9D5F3
Complementary color
Monochromatic Colors of #A9D5F3
Black with #A9D5F3
Text Example
Text Example
White with #A9D5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D5F3; }
p { color: rgb(169,213,243); }
H1.HeaderClassName
{
color: #A9D5F3;
}
.AnyTagClassName
{
color: #A9D5F3;
}
</style>
background-color css
<style>
a { background-color: #A9D5F3; }
a { background-color: rgb(169,213,243); }
div.DivClassName
{
background-color: #A9D5F3;
}
.BgClassName
{
background-color: #A9D5F3;
}
</style>
border-color css
<style>
span { border-color: #A9D5F3; }
span { border-color: rgb(169,213,243); }
td.TdClassName
{
border-color: #A9D5F3;
}
.TagClassName
{
border-color: #A9D5F3;
}
</style>