Shades of Sail #A7D0F0
Tints of Sail #A7D0F0
RGB
CMYK
RGB Variations
Color information
#A7D0F0 (or 0xA7D0F0) is known color: Sail. HEX triplet: A7, D0 and F0. RGB value is (167,208,240). Sum of RGB (Red+Green+Blue) = 167+208+240=615 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.15% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 240 - color contains mainly: blue. Hex color #A7D0F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D0F0 is #582F0F. Grayscale: #C7C7C7. Windows color (decimal): -5779216 or 15782055. OLE color: 15782055.
HSL color Cylindrical-coordinate representation of color #A7D0F0: hue angle of 206.3º degrees, saturation: 0.71, 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 #A7D0F0 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 208 | 240 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.06 |
| HSL | 206.3º | 0.71% | 0.8% | - |
| HSV(B) | 206.3º | 0.3% | 0.94% | - |
| XYZ | 54.22 | 59.62 | 91.09 | - |
| YUV | 199.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 208 | 240 | 0.30 | 0.13 | 0 | 0.06 | 206.3 | 0.71 | 0.8 |
| Hex | A7 | D0 | F0 | 1E | D | 0 | 6 | CE | 47 | 50 |
| Octal | 247 | 320 | 360 | 36 | 15 | 0 | 6 | 316 | 107 | 120 |
| Binary | 10100111 | 11010000 | 11110000 | 11110 | 1101 | 0 | 110 | 11001110 | 1000111 | 1010000 |
Color Harmonies of #A7D0F0
Complementary color
Monochromatic Colors of #A7D0F0
Black with #A7D0F0
Text Example
Text Example
White with #A7D0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D0F0; }
p { color: rgb(167,208,240); }
H1.HeaderClassName
{
color: #A7D0F0;
}
.AnyTagClassName
{
color: #A7D0F0;
}
</style>
background-color css
<style>
a { background-color: #A7D0F0; }
a { background-color: rgb(167,208,240); }
div.DivClassName
{
background-color: #A7D0F0;
}
.BgClassName
{
background-color: #A7D0F0;
}
</style>
border-color css
<style>
span { border-color: #A7D0F0; }
span { border-color: rgb(167,208,240); }
td.TdClassName
{
border-color: #A7D0F0;
}
.TagClassName
{
border-color: #A7D0F0;
}
</style>