Shades of Sail #A8D0EC
Tints of Sail #A8D0EC
RGB
CMYK
RGB Variations
Color information
#A8D0EC (or 0xA8D0EC) is known color: Sail. HEX triplet: A8, D0 and EC. RGB value is (168,208,236). Sum of RGB (Red+Green+Blue) = 168+208+236=612 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.45% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8D0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D0EC is #572F13. Grayscale: #C7C7C7. Windows color (decimal): -5713684 or 15519912. OLE color: 15519912.
HSL color Cylindrical-coordinate representation of color #A8D0EC: hue angle of 204.71º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8D0EC is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 208 | 236 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.07 |
| HSL | 204.71º | 0.64% | 0.79% | - |
| HSV(B) | 204.71º | 0.29% | 0.93% | - |
| XYZ | 53.84 | 59.49 | 88 | - |
| YUV | 199.23 | 148.75 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 236 | 0.29 | 0.12 | 0 | 0.07 | 204.71 | 0.64 | 0.79 |
| Hex | A8 | D0 | EC | 1D | C | 0 | 7 | CD | 40 | 4F |
| Octal | 250 | 320 | 354 | 35 | 14 | 0 | 7 | 315 | 100 | 117 |
| Binary | 10101000 | 11010000 | 11101100 | 11101 | 1100 | 0 | 111 | 11001101 | 1000000 | 1001111 |
Color Harmonies of #A8D0EC
Complementary color
Monochromatic Colors of #A8D0EC
Black with #A8D0EC
Text Example
Text Example
White with #A8D0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D0EC; }
p { color: rgb(168,208,236); }
H1.HeaderClassName
{
color: #A8D0EC;
}
.AnyTagClassName
{
color: #A8D0EC;
}
</style>
background-color css
<style>
a { background-color: #A8D0EC; }
a { background-color: rgb(168,208,236); }
div.DivClassName
{
background-color: #A8D0EC;
}
.BgClassName
{
background-color: #A8D0EC;
}
</style>
border-color css
<style>
span { border-color: #A8D0EC; }
span { border-color: rgb(168,208,236); }
td.TdClassName
{
border-color: #A8D0EC;
}
.TagClassName
{
border-color: #A8D0EC;
}
</style>