Shades of Sail #A0CEF1
Tints of Sail #A0CEF1
RGB
CMYK
RGB Variations
Color information
#A0CEF1 (or 0xA0CEF1) is known color: Sail. HEX triplet: A0, CE and F1. RGB value is (160,206,241). Sum of RGB (Red+Green+Blue) = 160+206+241=607 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.36% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #A0CEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CEF1 is #5F310E. Grayscale: #C4C4C4. Windows color (decimal): -6238479 or 15847072. OLE color: 15847072.
HSL color Cylindrical-coordinate representation of color #A0CEF1: hue angle of 205.93º degrees, saturation: 0.74, 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 #A0CEF1 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 206 | 241 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.05 |
| HSL | 205.93º | 0.74% | 0.79% | - |
| HSV(B) | 205.93º | 0.34% | 0.95% | - |
| XYZ | 52.45 | 57.97 | 91.64 | - |
| YUV | 196.24 | 153.26 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 241 | 0.34 | 0.15 | 0 | 0.05 | 205.93 | 0.74 | 0.79 |
| Hex | A0 | CE | F1 | 22 | F | 0 | 5 | CE | 4A | 4F |
| Octal | 240 | 316 | 361 | 42 | 17 | 0 | 5 | 316 | 112 | 117 |
| Binary | 10100000 | 11001110 | 11110001 | 100010 | 1111 | 0 | 101 | 11001110 | 1001010 | 1001111 |
Color Harmonies of #A0CEF1
Complementary color
Monochromatic Colors of #A0CEF1
Black with #A0CEF1
Text Example
Text Example
White with #A0CEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CEF1; }
p { color: rgb(160,206,241); }
H1.HeaderClassName
{
color: #A0CEF1;
}
.AnyTagClassName
{
color: #A0CEF1;
}
</style>
background-color css
<style>
a { background-color: #A0CEF1; }
a { background-color: rgb(160,206,241); }
div.DivClassName
{
background-color: #A0CEF1;
}
.BgClassName
{
background-color: #A0CEF1;
}
</style>
border-color css
<style>
span { border-color: #A0CEF1; }
span { border-color: rgb(160,206,241); }
td.TdClassName
{
border-color: #A0CEF1;
}
.TagClassName
{
border-color: #A0CEF1;
}
</style>