Shades of Sail #A8CFE9
Tints of Sail #A8CFE9
RGB
CMYK
RGB Variations
Color information
#A8CFE9 (or 0xA8CFE9) is known color: Sail. HEX triplet: A8, CF and E9. RGB value is (168,207,233). Sum of RGB (Red+Green+Blue) = 168+207+233=608 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.63% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 233 (91.41% from 255 or 38.32% from 608); Max value from RGB is 233 - color contains mainly: blue. Hex color #A8CFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CFE9 is #573016. Grayscale: #C6C6C6. Windows color (decimal): -5713943 or 15323048. OLE color: 15323048.
HSL color Cylindrical-coordinate representation of color #A8CFE9: hue angle of 204º 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 #A8CFE9 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 207 | 233 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.09 |
| HSL | 204º | 0.6% | 0.79% | - |
| HSV(B) | 204º | 0.28% | 0.91% | - |
| XYZ | 53.17 | 58.83 | 85.64 | - |
| YUV | 198.3 | 147.58 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 233 | 0.28 | 0.11 | 0 | 0.09 | 204 | 0.6 | 0.79 |
| Hex | A8 | CF | E9 | 1C | B | 0 | 9 | CC | 3C | 4F |
| Octal | 250 | 317 | 351 | 34 | 13 | 0 | 11 | 314 | 74 | 117 |
| Binary | 10101000 | 11001111 | 11101001 | 11100 | 1011 | 0 | 1001 | 11001100 | 111100 | 1001111 |
Color Harmonies of #A8CFE9
Complementary color
Monochromatic Colors of #A8CFE9
Black with #A8CFE9
Text Example
Text Example
White with #A8CFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CFE9; }
p { color: rgb(168,207,233); }
H1.HeaderClassName
{
color: #A8CFE9;
}
.AnyTagClassName
{
color: #A8CFE9;
}
</style>
background-color css
<style>
a { background-color: #A8CFE9; }
a { background-color: rgb(168,207,233); }
div.DivClassName
{
background-color: #A8CFE9;
}
.BgClassName
{
background-color: #A8CFE9;
}
</style>
border-color css
<style>
span { border-color: #A8CFE9; }
span { border-color: rgb(168,207,233); }
td.TdClassName
{
border-color: #A8CFE9;
}
.TagClassName
{
border-color: #A8CFE9;
}
</style>