Shades of Sail #A1CDED
Tints of Sail #A1CDED
RGB
CMYK
RGB Variations
Color information
#A1CDED (or 0xA1CDED) is known color: Sail. HEX triplet: A1, CD and ED. RGB value is (161,205,237). Sum of RGB (Red+Green+Blue) = 161+205+237=603 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.70% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1CDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CDED is #5E3212. Grayscale: #C3C3C3. Windows color (decimal): -6173203 or 15584673. OLE color: 15584673.
HSL color Cylindrical-coordinate representation of color #A1CDED: hue angle of 205.26º 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 #A1CDED is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 205 | 237 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.07 |
| HSL | 205.26º | 0.68% | 0.78% | - |
| HSV(B) | 205.26º | 0.32% | 0.93% | - |
| XYZ | 51.82 | 57.35 | 88.46 | - |
| YUV | 195.49 | 151.42 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 237 | 0.32 | 0.14 | 0 | 0.07 | 205.26 | 0.68 | 0.78 |
| Hex | A1 | CD | ED | 20 | E | 0 | 7 | CD | 44 | 4E |
| Octal | 241 | 315 | 355 | 40 | 16 | 0 | 7 | 315 | 104 | 116 |
| Binary | 10100001 | 11001101 | 11101101 | 100000 | 1110 | 0 | 111 | 11001101 | 1000100 | 1001110 |
Color Harmonies of #A1CDED
Complementary color
Monochromatic Colors of #A1CDED
Black with #A1CDED
Text Example
Text Example
White with #A1CDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CDED; }
p { color: rgb(161,205,237); }
H1.HeaderClassName
{
color: #A1CDED;
}
.AnyTagClassName
{
color: #A1CDED;
}
</style>
background-color css
<style>
a { background-color: #A1CDED; }
a { background-color: rgb(161,205,237); }
div.DivClassName
{
background-color: #A1CDED;
}
.BgClassName
{
background-color: #A1CDED;
}
</style>
border-color css
<style>
span { border-color: #A1CDED; }
span { border-color: rgb(161,205,237); }
td.TdClassName
{
border-color: #A1CDED;
}
.TagClassName
{
border-color: #A1CDED;
}
</style>