Shades of Sail #A1CFED
Tints of Sail #A1CFED
RGB
CMYK
RGB Variations
Color information
#A1CFED (or 0xA1CFED) is known color: Sail. HEX triplet: A1, CF and ED. RGB value is (161,207,237). Sum of RGB (Red+Green+Blue) = 161+207+237=605 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.61% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1CFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CFED is #5E3012. Grayscale: #C4C4C4. Windows color (decimal): -6172691 or 15585185. OLE color: 15585185.
HSL color Cylindrical-coordinate representation of color #A1CFED: hue angle of 203.68º 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 #A1CFED is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 207 | 237 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.07 |
| HSL | 203.68º | 0.68% | 0.78% | - |
| HSV(B) | 203.68º | 0.32% | 0.93% | - |
| XYZ | 52.3 | 58.32 | 88.62 | - |
| YUV | 196.67 | 150.76 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 237 | 0.32 | 0.13 | 0 | 0.07 | 203.68 | 0.68 | 0.78 |
| Hex | A1 | CF | ED | 20 | D | 0 | 7 | CC | 44 | 4E |
| Octal | 241 | 317 | 355 | 40 | 15 | 0 | 7 | 314 | 104 | 116 |
| Binary | 10100001 | 11001111 | 11101101 | 100000 | 1101 | 0 | 111 | 11001100 | 1000100 | 1001110 |
Color Harmonies of #A1CFED
Complementary color
Monochromatic Colors of #A1CFED
Black with #A1CFED
Text Example
Text Example
White with #A1CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CFED; }
p { color: rgb(161,207,237); }
H1.HeaderClassName
{
color: #A1CFED;
}
.AnyTagClassName
{
color: #A1CFED;
}
</style>
background-color css
<style>
a { background-color: #A1CFED; }
a { background-color: rgb(161,207,237); }
div.DivClassName
{
background-color: #A1CFED;
}
.BgClassName
{
background-color: #A1CFED;
}
</style>
border-color css
<style>
span { border-color: #A1CFED; }
span { border-color: rgb(161,207,237); }
td.TdClassName
{
border-color: #A1CFED;
}
.TagClassName
{
border-color: #A1CFED;
}
</style>