Shades of Sail #A8C9DE
Tints of Sail #A8C9DE
RGB
CMYK
RGB Variations
Color information
#A8C9DE (or 0xA8C9DE) is known color: Sail. HEX triplet: A8, C9 and DE. RGB value is (168,201,222). Sum of RGB (Red+Green+Blue) = 168+201+222=591 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.43% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #A8C9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C9DE is #573621. Grayscale: #C1C1C1. Windows color (decimal): -5715490 or 14600616. OLE color: 14600616.
HSL color Cylindrical-coordinate representation of color #A8C9DE: hue angle of 203.33º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8C9DE is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 201 | 222 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.13 |
| HSL | 203.33º | 0.45% | 0.76% | - |
| HSV(B) | 203.33º | 0.24% | 0.87% | - |
| XYZ | 50.22 | 55.37 | 77.15 | - |
| YUV | 193.53 | 144.07 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 222 | 0.24 | 0.09 | 0 | 0.13 | 203.33 | 0.45 | 0.76 |
| Hex | A8 | C9 | DE | 18 | 9 | 0 | D | CB | 2D | 4C |
| Octal | 250 | 311 | 336 | 30 | 11 | 0 | 15 | 313 | 55 | 114 |
| Binary | 10101000 | 11001001 | 11011110 | 11000 | 1001 | 0 | 1101 | 11001011 | 101101 | 1001100 |
Color Harmonies of #A8C9DE
Complementary color
Monochromatic Colors of #A8C9DE
Black with #A8C9DE
Text Example
Text Example
White with #A8C9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C9DE; }
p { color: rgb(168,201,222); }
H1.HeaderClassName
{
color: #A8C9DE;
}
.AnyTagClassName
{
color: #A8C9DE;
}
</style>
background-color css
<style>
a { background-color: #A8C9DE; }
a { background-color: rgb(168,201,222); }
div.DivClassName
{
background-color: #A8C9DE;
}
.BgClassName
{
background-color: #A8C9DE;
}
</style>
border-color css
<style>
span { border-color: #A8C9DE; }
span { border-color: rgb(168,201,222); }
td.TdClassName
{
border-color: #A8C9DE;
}
.TagClassName
{
border-color: #A8C9DE;
}
</style>