Shades of Sail #A0CEF3
Tints of Sail #A0CEF3
RGB
CMYK
RGB Variations
Color information
#A0CEF3 (or 0xA0CEF3) is known color: Sail. HEX triplet: A0, CE and F3. RGB value is (160,206,243). Sum of RGB (Red+Green+Blue) = 160+206+243=609 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.27% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 243 (95.31% from 255 or 39.90% from 609); Max value from RGB is 243 - color contains mainly: blue. Hex color #A0CEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CEF3 is #5F310C. Grayscale: #C4C4C4. Windows color (decimal): -6238477 or 15978144. OLE color: 15978144.
HSL color Cylindrical-coordinate representation of color #A0CEF3: hue angle of 206.75º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0CEF3 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 206 | 243 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.05 |
| HSL | 206.75º | 0.78% | 0.79% | - |
| HSV(B) | 206.75º | 0.34% | 0.95% | - |
| XYZ | 52.75 | 58.09 | 93.23 | - |
| YUV | 196.46 | 154.26 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 243 | 0.34 | 0.15 | 0 | 0.05 | 206.75 | 0.78 | 0.79 |
| Hex | A0 | CE | F3 | 22 | F | 0 | 5 | CF | 4E | 4F |
| Octal | 240 | 316 | 363 | 42 | 17 | 0 | 5 | 317 | 116 | 117 |
| Binary | 10100000 | 11001110 | 11110011 | 100010 | 1111 | 0 | 101 | 11001111 | 1001110 | 1001111 |
Color Harmonies of #A0CEF3
Complementary color
Monochromatic Colors of #A0CEF3
Black with #A0CEF3
Text Example
Text Example
White with #A0CEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CEF3; }
p { color: rgb(160,206,243); }
H1.HeaderClassName
{
color: #A0CEF3;
}
.AnyTagClassName
{
color: #A0CEF3;
}
</style>
background-color css
<style>
a { background-color: #A0CEF3; }
a { background-color: rgb(160,206,243); }
div.DivClassName
{
background-color: #A0CEF3;
}
.BgClassName
{
background-color: #A0CEF3;
}
</style>
border-color css
<style>
span { border-color: #A0CEF3; }
span { border-color: rgb(160,206,243); }
td.TdClassName
{
border-color: #A0CEF3;
}
.TagClassName
{
border-color: #A0CEF3;
}
</style>