Shades of Sail #A0CEEB
Tints of Sail #A0CEEB
RGB
CMYK
RGB Variations
Color information
#A0CEEB (or 0xA0CEEB) is known color: Sail. HEX triplet: A0, CE and EB. RGB value is (160,206,235). Sum of RGB (Red+Green+Blue) = 160+206+235=601 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.62% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0CEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CEEB is #5F3114. Grayscale: #C3C3C3. Windows color (decimal): -6238485 or 15453856. OLE color: 15453856.
HSL color Cylindrical-coordinate representation of color #A0CEEB: hue angle of 203.2º 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 #A0CEEB is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 206 | 235 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.08 |
| HSL | 203.2º | 0.65% | 0.77% | - |
| HSV(B) | 203.2º | 0.32% | 0.92% | - |
| XYZ | 51.56 | 57.61 | 87 | - |
| YUV | 195.55 | 150.26 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 235 | 0.32 | 0.12 | 0 | 0.08 | 203.2 | 0.65 | 0.77 |
| Hex | A0 | CE | EB | 20 | C | 0 | 8 | CB | 41 | 4D |
| Octal | 240 | 316 | 353 | 40 | 14 | 0 | 10 | 313 | 101 | 115 |
| Binary | 10100000 | 11001110 | 11101011 | 100000 | 1100 | 0 | 1000 | 11001011 | 1000001 | 1001101 |
Color Harmonies of #A0CEEB
Complementary color
Monochromatic Colors of #A0CEEB
Black with #A0CEEB
Text Example
Text Example
White with #A0CEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CEEB; }
p { color: rgb(160,206,235); }
H1.HeaderClassName
{
color: #A0CEEB;
}
.AnyTagClassName
{
color: #A0CEEB;
}
</style>
background-color css
<style>
a { background-color: #A0CEEB; }
a { background-color: rgb(160,206,235); }
div.DivClassName
{
background-color: #A0CEEB;
}
.BgClassName
{
background-color: #A0CEEB;
}
</style>
border-color css
<style>
span { border-color: #A0CEEB; }
span { border-color: rgb(160,206,235); }
td.TdClassName
{
border-color: #A0CEEB;
}
.TagClassName
{
border-color: #A0CEEB;
}
</style>