Shades of Sail #A9CDE3
Tints of Sail #A9CDE3
RGB
CMYK
RGB Variations
Color information
#A9CDE3 (or 0xA9CDE3) is known color: Sail. HEX triplet: A9, CD and E3. RGB value is (169,205,227). Sum of RGB (Red+Green+Blue) = 169+205+227=601 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.12% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 227 (89.06% from 255 or 37.77% from 601); Max value from RGB is 227 - color contains mainly: blue. Hex color #A9CDE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CDE3 is #56321C. Grayscale: #C4C4C4. Windows color (decimal): -5648925 or 14929321. OLE color: 14929321.
HSL color Cylindrical-coordinate representation of color #A9CDE3: hue angle of 202.76º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9CDE3 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 205 | 227 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.11 |
| HSL | 202.76º | 0.51% | 0.78% | - |
| HSV(B) | 202.76º | 0.26% | 0.89% | - |
| XYZ | 52.06 | 57.64 | 81.06 | - |
| YUV | 196.74 | 145.07 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 205 | 227 | 0.26 | 0.10 | 0 | 0.11 | 202.76 | 0.51 | 0.78 |
| Hex | A9 | CD | E3 | 1A | A | 0 | B | CB | 33 | 4E |
| Octal | 251 | 315 | 343 | 32 | 12 | 0 | 13 | 313 | 63 | 116 |
| Binary | 10101001 | 11001101 | 11100011 | 11010 | 1010 | 0 | 1011 | 11001011 | 110011 | 1001110 |
Color Harmonies of #A9CDE3
Complementary color
Monochromatic Colors of #A9CDE3
Black with #A9CDE3
Text Example
Text Example
White with #A9CDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CDE3; }
p { color: rgb(169,205,227); }
H1.HeaderClassName
{
color: #A9CDE3;
}
.AnyTagClassName
{
color: #A9CDE3;
}
</style>
background-color css
<style>
a { background-color: #A9CDE3; }
a { background-color: rgb(169,205,227); }
div.DivClassName
{
background-color: #A9CDE3;
}
.BgClassName
{
background-color: #A9CDE3;
}
</style>
border-color css
<style>
span { border-color: #A9CDE3; }
span { border-color: rgb(169,205,227); }
td.TdClassName
{
border-color: #A9CDE3;
}
.TagClassName
{
border-color: #A9CDE3;
}
</style>