Shades of Sail #A0CAE6
Tints of Sail #A0CAE6
RGB
CMYK
RGB Variations
Color information
#A0CAE6 (or 0xA0CAE6) is known color: Sail. HEX triplet: A0, CA and E6. RGB value is (160,202,230). Sum of RGB (Red+Green+Blue) = 160+202+230=592 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.03% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 230 - color contains mainly: blue. Hex color #A0CAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CAE6 is #5F3519. Grayscale: #C0C0C0. Windows color (decimal): -6239514 or 15125152. OLE color: 15125152.
HSL color Cylindrical-coordinate representation of color #A0CAE6: hue angle of 204º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0CAE6 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 202 | 230 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.10 |
| HSL | 204º | 0.58% | 0.76% | - |
| HSV(B) | 204º | 0.3% | 0.9% | - |
| XYZ | 49.9 | 55.43 | 82.93 | - |
| YUV | 192.63 | 149.09 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 230 | 0.30 | 0.12 | 0 | 0.10 | 204 | 0.58 | 0.76 |
| Hex | A0 | CA | E6 | 1E | C | 0 | A | CC | 3A | 4C |
| Octal | 240 | 312 | 346 | 36 | 14 | 0 | 12 | 314 | 72 | 114 |
| Binary | 10100000 | 11001010 | 11100110 | 11110 | 1100 | 0 | 1010 | 11001100 | 111010 | 1001100 |
Color Harmonies of #A0CAE6
Complementary color
Monochromatic Colors of #A0CAE6
Black with #A0CAE6
Text Example
Text Example
White with #A0CAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CAE6; }
p { color: rgb(160,202,230); }
H1.HeaderClassName
{
color: #A0CAE6;
}
.AnyTagClassName
{
color: #A0CAE6;
}
</style>
background-color css
<style>
a { background-color: #A0CAE6; }
a { background-color: rgb(160,202,230); }
div.DivClassName
{
background-color: #A0CAE6;
}
.BgClassName
{
background-color: #A0CAE6;
}
</style>
border-color css
<style>
span { border-color: #A0CAE6; }
span { border-color: rgb(160,202,230); }
td.TdClassName
{
border-color: #A0CAE6;
}
.TagClassName
{
border-color: #A0CAE6;
}
</style>