Shades of Sail #A1CEED
Tints of Sail #A1CEED
RGB
CMYK
RGB Variations
Color information
#A1CEED (or 0xA1CEED) is known color: Sail. HEX triplet: A1, CE and ED. RGB value is (161,206,237). Sum of RGB (Red+Green+Blue) = 161+206+237=604 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.66% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1CEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CEED is #5E3112. Grayscale: #C3C3C3. Windows color (decimal): -6172947 or 15584929. OLE color: 15584929.
HSL color Cylindrical-coordinate representation of color #A1CEED: hue angle of 204.47º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1CEED is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 206 | 237 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.07 |
| HSL | 204.47º | 0.68% | 0.78% | - |
| HSV(B) | 204.47º | 0.32% | 0.93% | - |
| XYZ | 52.06 | 57.83 | 88.54 | - |
| YUV | 196.08 | 151.09 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 237 | 0.32 | 0.13 | 0 | 0.07 | 204.47 | 0.68 | 0.78 |
| Hex | A1 | CE | ED | 20 | D | 0 | 7 | CC | 44 | 4E |
| Octal | 241 | 316 | 355 | 40 | 15 | 0 | 7 | 314 | 104 | 116 |
| Binary | 10100001 | 11001110 | 11101101 | 100000 | 1101 | 0 | 111 | 11001100 | 1000100 | 1001110 |
Color Harmonies of #A1CEED
Complementary color
Monochromatic Colors of #A1CEED
Black with #A1CEED
Text Example
Text Example
White with #A1CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CEED; }
p { color: rgb(161,206,237); }
H1.HeaderClassName
{
color: #A1CEED;
}
.AnyTagClassName
{
color: #A1CEED;
}
</style>
background-color css
<style>
a { background-color: #A1CEED; }
a { background-color: rgb(161,206,237); }
div.DivClassName
{
background-color: #A1CEED;
}
.BgClassName
{
background-color: #A1CEED;
}
</style>
border-color css
<style>
span { border-color: #A1CEED; }
span { border-color: rgb(161,206,237); }
td.TdClassName
{
border-color: #A1CEED;
}
.TagClassName
{
border-color: #A1CEED;
}
</style>