Shades of Sail #A1CDEC
Tints of Sail #A1CDEC
RGB
CMYK
RGB Variations
Color information
#A1CDEC (or 0xA1CDEC) is known color: Sail. HEX triplet: A1, CD and EC. RGB value is (161,205,236). Sum of RGB (Red+Green+Blue) = 161+205+236=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1CDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CDEC is #5E3213. Grayscale: #C3C3C3. Windows color (decimal): -6173204 or 15519137. OLE color: 15519137.
HSL color Cylindrical-coordinate representation of color #A1CDEC: hue angle of 204.8º degrees, saturation: 0.66, 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 #A1CDEC is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 205 | 236 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.07 |
| HSL | 204.8º | 0.66% | 0.78% | - |
| HSV(B) | 204.8º | 0.32% | 0.93% | - |
| XYZ | 51.67 | 57.3 | 87.69 | - |
| YUV | 195.38 | 150.92 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 236 | 0.32 | 0.13 | 0 | 0.07 | 204.8 | 0.66 | 0.78 |
| Hex | A1 | CD | EC | 20 | D | 0 | 7 | CD | 42 | 4E |
| Octal | 241 | 315 | 354 | 40 | 15 | 0 | 7 | 315 | 102 | 116 |
| Binary | 10100001 | 11001101 | 11101100 | 100000 | 1101 | 0 | 111 | 11001101 | 1000010 | 1001110 |
Color Harmonies of #A1CDEC
Complementary color
Monochromatic Colors of #A1CDEC
Black with #A1CDEC
Text Example
Text Example
White with #A1CDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CDEC; }
p { color: rgb(161,205,236); }
H1.HeaderClassName
{
color: #A1CDEC;
}
.AnyTagClassName
{
color: #A1CDEC;
}
</style>
background-color css
<style>
a { background-color: #A1CDEC; }
a { background-color: rgb(161,205,236); }
div.DivClassName
{
background-color: #A1CDEC;
}
.BgClassName
{
background-color: #A1CDEC;
}
</style>
border-color css
<style>
span { border-color: #A1CDEC; }
span { border-color: rgb(161,205,236); }
td.TdClassName
{
border-color: #A1CDEC;
}
.TagClassName
{
border-color: #A1CDEC;
}
</style>