Shades of Sail #A1CFEC
Tints of Sail #A1CFEC
RGB
CMYK
RGB Variations
Color information
#A1CFEC (or 0xA1CFEC) is known color: Sail. HEX triplet: A1, CF and EC. RGB value is (161,207,236). Sum of RGB (Red+Green+Blue) = 161+207+236=604 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.66% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1CFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CFEC is #5E3013. Grayscale: #C4C4C4. Windows color (decimal): -6172692 or 15519649. OLE color: 15519649.
HSL color Cylindrical-coordinate representation of color #A1CFEC: hue angle of 203.2º 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 #A1CFEC is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 207 | 236 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.07 |
| HSL | 203.2º | 0.66% | 0.78% | - |
| HSV(B) | 203.2º | 0.32% | 0.93% | - |
| XYZ | 52.15 | 58.26 | 87.85 | - |
| YUV | 196.55 | 150.26 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 236 | 0.32 | 0.12 | 0 | 0.07 | 203.2 | 0.66 | 0.78 |
| Hex | A1 | CF | EC | 20 | C | 0 | 7 | CB | 42 | 4E |
| Octal | 241 | 317 | 354 | 40 | 14 | 0 | 7 | 313 | 102 | 116 |
| Binary | 10100001 | 11001111 | 11101100 | 100000 | 1100 | 0 | 111 | 11001011 | 1000010 | 1001110 |
Color Harmonies of #A1CFEC
Complementary color
Monochromatic Colors of #A1CFEC
Black with #A1CFEC
Text Example
Text Example
White with #A1CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CFEC; }
p { color: rgb(161,207,236); }
H1.HeaderClassName
{
color: #A1CFEC;
}
.AnyTagClassName
{
color: #A1CFEC;
}
</style>
background-color css
<style>
a { background-color: #A1CFEC; }
a { background-color: rgb(161,207,236); }
div.DivClassName
{
background-color: #A1CFEC;
}
.BgClassName
{
background-color: #A1CFEC;
}
</style>
border-color css
<style>
span { border-color: #A1CFEC; }
span { border-color: rgb(161,207,236); }
td.TdClassName
{
border-color: #A1CFEC;
}
.TagClassName
{
border-color: #A1CFEC;
}
</style>