Shades of Sail #A9CFEA
Tints of Sail #A9CFEA
RGB
CMYK
RGB Variations
Color information
#A9CFEA (or 0xA9CFEA) is known color: Sail. HEX triplet: A9, CF and EA. RGB value is (169,207,234). Sum of RGB (Red+Green+Blue) = 169+207+234=610 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.70% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #A9CFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CFEA is #563015. Grayscale: #C6C6C6. Windows color (decimal): -5648406 or 15388585. OLE color: 15388585.
HSL color Cylindrical-coordinate representation of color #A9CFEA: hue angle of 204.92º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9CFEA is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 207 | 234 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.08 |
| HSL | 204.92º | 0.61% | 0.79% | - |
| HSV(B) | 204.92º | 0.28% | 0.92% | - |
| XYZ | 53.53 | 59 | 86.41 | - |
| YUV | 198.72 | 147.91 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 207 | 234 | 0.28 | 0.12 | 0 | 0.08 | 204.92 | 0.61 | 0.79 |
| Hex | A9 | CF | EA | 1C | C | 0 | 8 | CD | 3D | 4F |
| Octal | 251 | 317 | 352 | 34 | 14 | 0 | 10 | 315 | 75 | 117 |
| Binary | 10101001 | 11001111 | 11101010 | 11100 | 1100 | 0 | 1000 | 11001101 | 111101 | 1001111 |
Color Harmonies of #A9CFEA
Complementary color
Monochromatic Colors of #A9CFEA
Black with #A9CFEA
Text Example
Text Example
White with #A9CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CFEA; }
p { color: rgb(169,207,234); }
H1.HeaderClassName
{
color: #A9CFEA;
}
.AnyTagClassName
{
color: #A9CFEA;
}
</style>
background-color css
<style>
a { background-color: #A9CFEA; }
a { background-color: rgb(169,207,234); }
div.DivClassName
{
background-color: #A9CFEA;
}
.BgClassName
{
background-color: #A9CFEA;
}
</style>
border-color css
<style>
span { border-color: #A9CFEA; }
span { border-color: rgb(169,207,234); }
td.TdClassName
{
border-color: #A9CFEA;
}
.TagClassName
{
border-color: #A9CFEA;
}
</style>