Shades of Sail #A7D0EF
Tints of Sail #A7D0EF
RGB
CMYK
RGB Variations
Color information
#A7D0EF (or 0xA7D0EF) is known color: Sail. HEX triplet: A7, D0 and EF. RGB value is (167,208,239). Sum of RGB (Red+Green+Blue) = 167+208+239=614 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.20% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #A7D0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D0EF is #582F10. Grayscale: #C7C7C7. Windows color (decimal): -5779217 or 15716519. OLE color: 15716519.
HSL color Cylindrical-coordinate representation of color #A7D0EF: hue angle of 205.83º 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 #A7D0EF is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 208 | 239 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.06 |
| HSL | 205.83º | 0.69% | 0.8% | - |
| HSV(B) | 205.83º | 0.3% | 0.94% | - |
| XYZ | 54.07 | 59.56 | 90.31 | - |
| YUV | 199.28 | 150.42 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 208 | 239 | 0.30 | 0.13 | 0 | 0.06 | 205.83 | 0.69 | 0.8 |
| Hex | A7 | D0 | EF | 1E | D | 0 | 6 | CE | 45 | 50 |
| Octal | 247 | 320 | 357 | 36 | 15 | 0 | 6 | 316 | 105 | 120 |
| Binary | 10100111 | 11010000 | 11101111 | 11110 | 1101 | 0 | 110 | 11001110 | 1000101 | 1010000 |
Color Harmonies of #A7D0EF
Complementary color
Monochromatic Colors of #A7D0EF
Black with #A7D0EF
Text Example
Text Example
White with #A7D0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D0EF; }
p { color: rgb(167,208,239); }
H1.HeaderClassName
{
color: #A7D0EF;
}
.AnyTagClassName
{
color: #A7D0EF;
}
</style>
background-color css
<style>
a { background-color: #A7D0EF; }
a { background-color: rgb(167,208,239); }
div.DivClassName
{
background-color: #A7D0EF;
}
.BgClassName
{
background-color: #A7D0EF;
}
</style>
border-color css
<style>
span { border-color: #A7D0EF; }
span { border-color: rgb(167,208,239); }
td.TdClassName
{
border-color: #A7D0EF;
}
.TagClassName
{
border-color: #A7D0EF;
}
</style>