Shades of Sail #A8CAE9
Tints of Sail #A8CAE9
RGB
CMYK
RGB Variations
Color information
#A8CAE9 (or 0xA8CAE9) is known color: Sail. HEX triplet: A8, CA and E9. RGB value is (168,202,233). Sum of RGB (Red+Green+Blue) = 168+202+233=603 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.86% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 233 (91.41% from 255 or 38.64% from 603); Max value from RGB is 233 - color contains mainly: blue. Hex color #A8CAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CAE9 is #573516. Grayscale: #C3C3C3. Windows color (decimal): -5715223 or 15321768. OLE color: 15321768.
HSL color Cylindrical-coordinate representation of color #A8CAE9: hue angle of 208.62º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8CAE9 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 202 | 233 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.09 |
| HSL | 208.62º | 0.6% | 0.79% | - |
| HSV(B) | 208.62º | 0.28% | 0.91% | - |
| XYZ | 51.98 | 56.45 | 85.25 | - |
| YUV | 195.37 | 149.24 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 233 | 0.28 | 0.13 | 0 | 0.09 | 208.62 | 0.6 | 0.79 |
| Hex | A8 | CA | E9 | 1C | D | 0 | 9 | D1 | 3C | 4F |
| Octal | 250 | 312 | 351 | 34 | 15 | 0 | 11 | 321 | 74 | 117 |
| Binary | 10101000 | 11001010 | 11101001 | 11100 | 1101 | 0 | 1001 | 11010001 | 111100 | 1001111 |
Color Harmonies of #A8CAE9
Complementary color
Monochromatic Colors of #A8CAE9
Black with #A8CAE9
Text Example
Text Example
White with #A8CAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CAE9; }
p { color: rgb(168,202,233); }
H1.HeaderClassName
{
color: #A8CAE9;
}
.AnyTagClassName
{
color: #A8CAE9;
}
</style>
background-color css
<style>
a { background-color: #A8CAE9; }
a { background-color: rgb(168,202,233); }
div.DivClassName
{
background-color: #A8CAE9;
}
.BgClassName
{
background-color: #A8CAE9;
}
</style>
border-color css
<style>
span { border-color: #A8CAE9; }
span { border-color: rgb(168,202,233); }
td.TdClassName
{
border-color: #A8CAE9;
}
.TagClassName
{
border-color: #A8CAE9;
}
</style>