Shades of Sail #A8D1EF
Tints of Sail #A8D1EF
RGB
CMYK
RGB Variations
Color information
#A8D1EF (or 0xA8D1EF) is known color: Sail. HEX triplet: A8, D1 and EF. RGB value is (168,209,239). Sum of RGB (Red+Green+Blue) = 168+209+239=616 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.27% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8D1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D1EF is #572E10. Grayscale: #C7C7C7. Windows color (decimal): -5713425 or 15716776. OLE color: 15716776.
HSL color Cylindrical-coordinate representation of color #A8D1EF: hue angle of 205.35º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8D1EF is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 209 | 239 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.06 |
| HSL | 205.35º | 0.69% | 0.8% | - |
| HSV(B) | 205.35º | 0.3% | 0.94% | - |
| XYZ | 54.53 | 60.16 | 90.4 | - |
| YUV | 200.16 | 149.92 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 239 | 0.30 | 0.13 | 0 | 0.06 | 205.35 | 0.69 | 0.8 |
| Hex | A8 | D1 | EF | 1E | D | 0 | 6 | CD | 45 | 50 |
| Octal | 250 | 321 | 357 | 36 | 15 | 0 | 6 | 315 | 105 | 120 |
| Binary | 10101000 | 11010001 | 11101111 | 11110 | 1101 | 0 | 110 | 11001101 | 1000101 | 1010000 |
Color Harmonies of #A8D1EF
Complementary color
Monochromatic Colors of #A8D1EF
Black with #A8D1EF
Text Example
Text Example
White with #A8D1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D1EF; }
p { color: rgb(168,209,239); }
H1.HeaderClassName
{
color: #A8D1EF;
}
.AnyTagClassName
{
color: #A8D1EF;
}
</style>
background-color css
<style>
a { background-color: #A8D1EF; }
a { background-color: rgb(168,209,239); }
div.DivClassName
{
background-color: #A8D1EF;
}
.BgClassName
{
background-color: #A8D1EF;
}
</style>
border-color css
<style>
span { border-color: #A8D1EF; }
span { border-color: rgb(168,209,239); }
td.TdClassName
{
border-color: #A8D1EF;
}
.TagClassName
{
border-color: #A8D1EF;
}
</style>