Shades of Sail #A1CEEF
Tints of Sail #A1CEEF
RGB
CMYK
RGB Variations
Color information
#A1CEEF (or 0xA1CEEF) is known color: Sail. HEX triplet: A1, CE and EF. RGB value is (161,206,239). Sum of RGB (Red+Green+Blue) = 161+206+239=606 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.57% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1CEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CEEF is #5E3110. Grayscale: #C4C4C4. Windows color (decimal): -6172945 or 15716001. OLE color: 15716001.
HSL color Cylindrical-coordinate representation of color #A1CEEF: hue angle of 205.38º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1CEEF is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 206 | 239 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.06 |
| HSL | 205.38º | 0.71% | 0.78% | - |
| HSV(B) | 205.38º | 0.33% | 0.94% | - |
| XYZ | 52.35 | 57.95 | 90.09 | - |
| YUV | 196.31 | 152.09 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 239 | 0.33 | 0.14 | 0 | 0.06 | 205.38 | 0.71 | 0.78 |
| Hex | A1 | CE | EF | 21 | E | 0 | 6 | CD | 47 | 4E |
| Octal | 241 | 316 | 357 | 41 | 16 | 0 | 6 | 315 | 107 | 116 |
| Binary | 10100001 | 11001110 | 11101111 | 100001 | 1110 | 0 | 110 | 11001101 | 1000111 | 1001110 |
Color Harmonies of #A1CEEF
Complementary color
Monochromatic Colors of #A1CEEF
Black with #A1CEEF
Text Example
Text Example
White with #A1CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CEEF; }
p { color: rgb(161,206,239); }
H1.HeaderClassName
{
color: #A1CEEF;
}
.AnyTagClassName
{
color: #A1CEEF;
}
</style>
background-color css
<style>
a { background-color: #A1CEEF; }
a { background-color: rgb(161,206,239); }
div.DivClassName
{
background-color: #A1CEEF;
}
.BgClassName
{
background-color: #A1CEEF;
}
</style>
border-color css
<style>
span { border-color: #A1CEEF; }
span { border-color: rgb(161,206,239); }
td.TdClassName
{
border-color: #A1CEEF;
}
.TagClassName
{
border-color: #A1CEEF;
}
</style>