Shades of Sail #A0CFEA
Tints of Sail #A0CFEA
RGB
CMYK
RGB Variations
Color information
#A0CFEA (or 0xA0CFEA) is known color: Sail. HEX triplet: A0, CF and EA. RGB value is (160,207,234). Sum of RGB (Red+Green+Blue) = 160+207+234=601 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.62% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #A0CFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CFEA is #5F3015. Grayscale: #C3C3C3. Windows color (decimal): -6238230 or 15388576. OLE color: 15388576.
HSL color Cylindrical-coordinate representation of color #A0CFEA: hue angle of 201.89º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0CFEA is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 207 | 234 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.08 |
| HSL | 201.89º | 0.64% | 0.77% | - |
| HSV(B) | 201.89º | 0.32% | 0.92% | - |
| XYZ | 51.66 | 58.04 | 86.32 | - |
| YUV | 196.03 | 149.43 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 234 | 0.32 | 0.12 | 0 | 0.08 | 201.89 | 0.64 | 0.77 |
| Hex | A0 | CF | EA | 20 | C | 0 | 8 | CA | 40 | 4D |
| Octal | 240 | 317 | 352 | 40 | 14 | 0 | 10 | 312 | 100 | 115 |
| Binary | 10100000 | 11001111 | 11101010 | 100000 | 1100 | 0 | 1000 | 11001010 | 1000000 | 1001101 |
Color Harmonies of #A0CFEA
Complementary color
Monochromatic Colors of #A0CFEA
Black with #A0CFEA
Text Example
Text Example
White with #A0CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CFEA; }
p { color: rgb(160,207,234); }
H1.HeaderClassName
{
color: #A0CFEA;
}
.AnyTagClassName
{
color: #A0CFEA;
}
</style>
background-color css
<style>
a { background-color: #A0CFEA; }
a { background-color: rgb(160,207,234); }
div.DivClassName
{
background-color: #A0CFEA;
}
.BgClassName
{
background-color: #A0CFEA;
}
</style>
border-color css
<style>
span { border-color: #A0CFEA; }
span { border-color: rgb(160,207,234); }
td.TdClassName
{
border-color: #A0CFEA;
}
.TagClassName
{
border-color: #A0CFEA;
}
</style>