Shades of Sail #A0CCEC
Tints of Sail #A0CCEC
RGB
CMYK
RGB Variations
Color information
#A0CCEC (or 0xA0CCEC) is known color: Sail. HEX triplet: A0, CC and EC. RGB value is (160,204,236). Sum of RGB (Red+Green+Blue) = 160+204+236=600 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.67% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #A0CCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CCEC is #5F3313. Grayscale: #C2C2C2. Windows color (decimal): -6238996 or 15518880. OLE color: 15518880.
HSL color Cylindrical-coordinate representation of color #A0CCEC: hue angle of 205.26º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0CCEC is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 204 | 236 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.07 |
| HSL | 205.26º | 0.67% | 0.78% | - |
| HSV(B) | 205.26º | 0.32% | 0.93% | - |
| XYZ | 51.23 | 56.72 | 87.6 | - |
| YUV | 194.49 | 151.42 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 236 | 0.32 | 0.14 | 0 | 0.07 | 205.26 | 0.67 | 0.78 |
| Hex | A0 | CC | EC | 20 | E | 0 | 7 | CD | 43 | 4E |
| Octal | 240 | 314 | 354 | 40 | 16 | 0 | 7 | 315 | 103 | 116 |
| Binary | 10100000 | 11001100 | 11101100 | 100000 | 1110 | 0 | 111 | 11001101 | 1000011 | 1001110 |
Color Harmonies of #A0CCEC
Complementary color
Monochromatic Colors of #A0CCEC
Black with #A0CCEC
Text Example
Text Example
White with #A0CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CCEC; }
p { color: rgb(160,204,236); }
H1.HeaderClassName
{
color: #A0CCEC;
}
.AnyTagClassName
{
color: #A0CCEC;
}
</style>
background-color css
<style>
a { background-color: #A0CCEC; }
a { background-color: rgb(160,204,236); }
div.DivClassName
{
background-color: #A0CCEC;
}
.BgClassName
{
background-color: #A0CCEC;
}
</style>
border-color css
<style>
span { border-color: #A0CCEC; }
span { border-color: rgb(160,204,236); }
td.TdClassName
{
border-color: #A0CCEC;
}
.TagClassName
{
border-color: #A0CCEC;
}
</style>