Shades of Sail #A9CADF
Tints of Sail #A9CADF
RGB
CMYK
RGB Variations
Color information
#A9CADF (or 0xA9CADF) is known color: Sail. HEX triplet: A9, CA and DF. RGB value is (169,202,223). Sum of RGB (Red+Green+Blue) = 169+202+223=594 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.45% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #A9CADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CADF is #563520. Grayscale: #C2C2C2. Windows color (decimal): -5649697 or 14666409. OLE color: 14666409.
HSL color Cylindrical-coordinate representation of color #A9CADF: hue angle of 203.33º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9CADF is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 202 | 223 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.13 |
| HSL | 203.33º | 0.46% | 0.77% | - |
| HSV(B) | 203.33º | 0.24% | 0.87% | - |
| XYZ | 50.8 | 56 | 77.94 | - |
| YUV | 194.53 | 144.07 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 202 | 223 | 0.24 | 0.09 | 0 | 0.13 | 203.33 | 0.46 | 0.77 |
| Hex | A9 | CA | DF | 18 | 9 | 0 | D | CB | 2E | 4D |
| Octal | 251 | 312 | 337 | 30 | 11 | 0 | 15 | 313 | 56 | 115 |
| Binary | 10101001 | 11001010 | 11011111 | 11000 | 1001 | 0 | 1101 | 11001011 | 101110 | 1001101 |
Color Harmonies of #A9CADF
Complementary color
Monochromatic Colors of #A9CADF
Black with #A9CADF
Text Example
Text Example
White with #A9CADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CADF; }
p { color: rgb(169,202,223); }
H1.HeaderClassName
{
color: #A9CADF;
}
.AnyTagClassName
{
color: #A9CADF;
}
</style>
background-color css
<style>
a { background-color: #A9CADF; }
a { background-color: rgb(169,202,223); }
div.DivClassName
{
background-color: #A9CADF;
}
.BgClassName
{
background-color: #A9CADF;
}
</style>
border-color css
<style>
span { border-color: #A9CADF; }
span { border-color: rgb(169,202,223); }
td.TdClassName
{
border-color: #A9CADF;
}
.TagClassName
{
border-color: #A9CADF;
}
</style>