Shades of Sail #A8D0EF
Tints of Sail #A8D0EF
RGB
CMYK
RGB Variations
Color information
#A8D0EF (or 0xA8D0EF) is known color: Sail. HEX triplet: A8, D0 and EF. RGB value is (168,208,239). Sum of RGB (Red+Green+Blue) = 168+208+239=615 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.32% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8D0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D0EF is #572F10. Grayscale: #C7C7C7. Windows color (decimal): -5713681 or 15716520. OLE color: 15716520.
HSL color Cylindrical-coordinate representation of color #A8D0EF: hue angle of 206.2º 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 #A8D0EF is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 208 | 239 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.06 |
| HSL | 206.2º | 0.69% | 0.8% | - |
| HSV(B) | 206.2º | 0.3% | 0.94% | - |
| XYZ | 54.28 | 59.67 | 90.32 | - |
| YUV | 199.57 | 150.25 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 239 | 0.30 | 0.13 | 0 | 0.06 | 206.2 | 0.69 | 0.8 |
| Hex | A8 | D0 | EF | 1E | D | 0 | 6 | CE | 45 | 50 |
| Octal | 250 | 320 | 357 | 36 | 15 | 0 | 6 | 316 | 105 | 120 |
| Binary | 10101000 | 11010000 | 11101111 | 11110 | 1101 | 0 | 110 | 11001110 | 1000101 | 1010000 |
Color Harmonies of #A8D0EF
Complementary color
Monochromatic Colors of #A8D0EF
Black with #A8D0EF
Text Example
Text Example
White with #A8D0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D0EF; }
p { color: rgb(168,208,239); }
H1.HeaderClassName
{
color: #A8D0EF;
}
.AnyTagClassName
{
color: #A8D0EF;
}
</style>
background-color css
<style>
a { background-color: #A8D0EF; }
a { background-color: rgb(168,208,239); }
div.DivClassName
{
background-color: #A8D0EF;
}
.BgClassName
{
background-color: #A8D0EF;
}
</style>
border-color css
<style>
span { border-color: #A8D0EF; }
span { border-color: rgb(168,208,239); }
td.TdClassName
{
border-color: #A8D0EF;
}
.TagClassName
{
border-color: #A8D0EF;
}
</style>