Shades of Sail #A0C7EF
Tints of Sail #A0C7EF
RGB
CMYK
RGB Variations
Color information
#A0C7EF (or 0xA0C7EF) is known color: Sail. HEX triplet: A0, C7 and EF. RGB value is (160,199,239). Sum of RGB (Red+Green+Blue) = 160+199+239=598 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.76% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0C7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C7EF is #5F3810. Grayscale: #BFBFBF. Windows color (decimal): -6240273 or 15714208. OLE color: 15714208.
HSL color Cylindrical-coordinate representation of color #A0C7EF: hue angle of 210.38º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0C7EF is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 199 | 239 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.06 |
| HSL | 210.38º | 0.71% | 0.78% | - |
| HSV(B) | 210.38º | 0.33% | 0.94% | - |
| XYZ | 50.5 | 54.55 | 89.53 | - |
| YUV | 191.9 | 154.58 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 199 | 239 | 0.33 | 0.17 | 0 | 0.06 | 210.38 | 0.71 | 0.78 |
| Hex | A0 | C7 | EF | 21 | 11 | 0 | 6 | D2 | 47 | 4E |
| Octal | 240 | 307 | 357 | 41 | 21 | 0 | 6 | 322 | 107 | 116 |
| Binary | 10100000 | 11000111 | 11101111 | 100001 | 10001 | 0 | 110 | 11010010 | 1000111 | 1001110 |
Color Harmonies of #A0C7EF
Complementary color
Monochromatic Colors of #A0C7EF
Black with #A0C7EF
Text Example
Text Example
White with #A0C7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C7EF; }
p { color: rgb(160,199,239); }
H1.HeaderClassName
{
color: #A0C7EF;
}
.AnyTagClassName
{
color: #A0C7EF;
}
</style>
background-color css
<style>
a { background-color: #A0C7EF; }
a { background-color: rgb(160,199,239); }
div.DivClassName
{
background-color: #A0C7EF;
}
.BgClassName
{
background-color: #A0C7EF;
}
</style>
border-color css
<style>
span { border-color: #A0C7EF; }
span { border-color: rgb(160,199,239); }
td.TdClassName
{
border-color: #A0C7EF;
}
.TagClassName
{
border-color: #A0C7EF;
}
</style>