Shades of Sail #A0CEEE
Tints of Sail #A0CEEE
RGB
CMYK
RGB Variations
Color information
#A0CEEE (or 0xA0CEEE) is known color: Sail. HEX triplet: A0, CE and EE. RGB value is (160,206,238). Sum of RGB (Red+Green+Blue) = 160+206+238=604 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.49% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #A0CEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CEEE is #5F3111. Grayscale: #C3C3C3. Windows color (decimal): -6238482 or 15650464. OLE color: 15650464.
HSL color Cylindrical-coordinate representation of color #A0CEEE: hue angle of 204.62º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0CEEE is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 206 | 238 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.07 |
| HSL | 204.62º | 0.7% | 0.78% | - |
| HSV(B) | 204.62º | 0.33% | 0.93% | - |
| XYZ | 52 | 57.79 | 89.3 | - |
| YUV | 195.89 | 151.76 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 238 | 0.33 | 0.13 | 0 | 0.07 | 204.62 | 0.7 | 0.78 |
| Hex | A0 | CE | EE | 21 | D | 0 | 7 | CD | 46 | 4E |
| Octal | 240 | 316 | 356 | 41 | 15 | 0 | 7 | 315 | 106 | 116 |
| Binary | 10100000 | 11001110 | 11101110 | 100001 | 1101 | 0 | 111 | 11001101 | 1000110 | 1001110 |
Color Harmonies of #A0CEEE
Complementary color
Monochromatic Colors of #A0CEEE
Black with #A0CEEE
Text Example
Text Example
White with #A0CEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CEEE; }
p { color: rgb(160,206,238); }
H1.HeaderClassName
{
color: #A0CEEE;
}
.AnyTagClassName
{
color: #A0CEEE;
}
</style>
background-color css
<style>
a { background-color: #A0CEEE; }
a { background-color: rgb(160,206,238); }
div.DivClassName
{
background-color: #A0CEEE;
}
.BgClassName
{
background-color: #A0CEEE;
}
</style>
border-color css
<style>
span { border-color: #A0CEEE; }
span { border-color: rgb(160,206,238); }
td.TdClassName
{
border-color: #A0CEEE;
}
.TagClassName
{
border-color: #A0CEEE;
}
</style>