Shades of Sail #A0CCEB
Tints of Sail #A0CCEB
RGB
CMYK
RGB Variations
Color information
#A0CCEB (or 0xA0CCEB) is known color: Sail. HEX triplet: A0, CC and EB. RGB value is (160,204,235). Sum of RGB (Red+Green+Blue) = 160+204+235=599 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.71% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0CCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CCEB is #5F3314. Grayscale: #C2C2C2. Windows color (decimal): -6238997 or 15453344. OLE color: 15453344.
HSL color Cylindrical-coordinate representation of color #A0CCEB: hue angle of 204.8º degrees, saturation: 0.65, 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 #A0CCEB is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 204 | 235 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.08 |
| HSL | 204.8º | 0.65% | 0.77% | - |
| HSV(B) | 204.8º | 0.32% | 0.92% | - |
| XYZ | 51.09 | 56.66 | 86.84 | - |
| YUV | 194.38 | 150.92 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 235 | 0.32 | 0.13 | 0 | 0.08 | 204.8 | 0.65 | 0.77 |
| Hex | A0 | CC | EB | 20 | D | 0 | 8 | CD | 41 | 4D |
| Octal | 240 | 314 | 353 | 40 | 15 | 0 | 10 | 315 | 101 | 115 |
| Binary | 10100000 | 11001100 | 11101011 | 100000 | 1101 | 0 | 1000 | 11001101 | 1000001 | 1001101 |
Color Harmonies of #A0CCEB
Complementary color
Monochromatic Colors of #A0CCEB
Black with #A0CCEB
Text Example
Text Example
White with #A0CCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CCEB; }
p { color: rgb(160,204,235); }
H1.HeaderClassName
{
color: #A0CCEB;
}
.AnyTagClassName
{
color: #A0CCEB;
}
</style>
background-color css
<style>
a { background-color: #A0CCEB; }
a { background-color: rgb(160,204,235); }
div.DivClassName
{
background-color: #A0CCEB;
}
.BgClassName
{
background-color: #A0CCEB;
}
</style>
border-color css
<style>
span { border-color: #A0CCEB; }
span { border-color: rgb(160,204,235); }
td.TdClassName
{
border-color: #A0CCEB;
}
.TagClassName
{
border-color: #A0CCEB;
}
</style>