Shades of Sail #A9CEE5
Tints of Sail #A9CEE5
RGB
CMYK
RGB Variations
Color information
#A9CEE5 (or 0xA9CEE5) is known color: Sail. HEX triplet: A9, CE and E5. RGB value is (169,206,229). Sum of RGB (Red+Green+Blue) = 169+206+229=604 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.98% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #A9CEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CEE5 is #56311A. Grayscale: #C5C5C5. Windows color (decimal): -5648667 or 15060649. OLE color: 15060649.
HSL color Cylindrical-coordinate representation of color #A9CEE5: hue angle of 203º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9CEE5 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 206 | 229 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.10 |
| HSL | 203º | 0.54% | 0.78% | - |
| HSV(B) | 203º | 0.26% | 0.9% | - |
| XYZ | 52.58 | 58.23 | 82.6 | - |
| YUV | 197.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 206 | 229 | 0.26 | 0.10 | 0 | 0.10 | 203 | 0.54 | 0.78 |
| Hex | A9 | CE | E5 | 1A | A | 0 | A | CB | 36 | 4E |
| Octal | 251 | 316 | 345 | 32 | 12 | 0 | 12 | 313 | 66 | 116 |
| Binary | 10101001 | 11001110 | 11100101 | 11010 | 1010 | 0 | 1010 | 11001011 | 110110 | 1001110 |
Color Harmonies of #A9CEE5
Complementary color
Monochromatic Colors of #A9CEE5
Black with #A9CEE5
Text Example
Text Example
White with #A9CEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CEE5; }
p { color: rgb(169,206,229); }
H1.HeaderClassName
{
color: #A9CEE5;
}
.AnyTagClassName
{
color: #A9CEE5;
}
</style>
background-color css
<style>
a { background-color: #A9CEE5; }
a { background-color: rgb(169,206,229); }
div.DivClassName
{
background-color: #A9CEE5;
}
.BgClassName
{
background-color: #A9CEE5;
}
</style>
border-color css
<style>
span { border-color: #A9CEE5; }
span { border-color: rgb(169,206,229); }
td.TdClassName
{
border-color: #A9CEE5;
}
.TagClassName
{
border-color: #A9CEE5;
}
</style>