Shades of Sail #A9CCE9
Tints of Sail #A9CCE9
RGB
CMYK
RGB Variations
Color information
#A9CCE9 (or 0xA9CCE9) is known color: Sail. HEX triplet: A9, CC and E9. RGB value is (169,204,233). Sum of RGB (Red+Green+Blue) = 169+204+233=606 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.89% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 233 (91.41% from 255 or 38.45% from 606); Max value from RGB is 233 - color contains mainly: blue. Hex color #A9CCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CCE9 is #563316. Grayscale: #C4C4C4. Windows color (decimal): -5649175 or 15322281. OLE color: 15322281.
HSL color Cylindrical-coordinate representation of color #A9CCE9: hue angle of 207.19º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9CCE9 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 204 | 233 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.09 |
| HSL | 207.19º | 0.59% | 0.79% | - |
| HSV(B) | 207.19º | 0.27% | 0.91% | - |
| XYZ | 52.66 | 57.5 | 85.41 | - |
| YUV | 196.84 | 148.4 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 204 | 233 | 0.27 | 0.12 | 0 | 0.09 | 207.19 | 0.59 | 0.79 |
| Hex | A9 | CC | E9 | 1B | C | 0 | 9 | CF | 3B | 4F |
| Octal | 251 | 314 | 351 | 33 | 14 | 0 | 11 | 317 | 73 | 117 |
| Binary | 10101001 | 11001100 | 11101001 | 11011 | 1100 | 0 | 1001 | 11001111 | 111011 | 1001111 |
Color Harmonies of #A9CCE9
Complementary color
Monochromatic Colors of #A9CCE9
Black with #A9CCE9
Text Example
Text Example
White with #A9CCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CCE9; }
p { color: rgb(169,204,233); }
H1.HeaderClassName
{
color: #A9CCE9;
}
.AnyTagClassName
{
color: #A9CCE9;
}
</style>
background-color css
<style>
a { background-color: #A9CCE9; }
a { background-color: rgb(169,204,233); }
div.DivClassName
{
background-color: #A9CCE9;
}
.BgClassName
{
background-color: #A9CCE9;
}
</style>
border-color css
<style>
span { border-color: #A9CCE9; }
span { border-color: rgb(169,204,233); }
td.TdClassName
{
border-color: #A9CCE9;
}
.TagClassName
{
border-color: #A9CCE9;
}
</style>