Shades of Sail #A1CFEA
Tints of Sail #A1CFEA
RGB
CMYK
RGB Variations
Color information
#A1CFEA (or 0xA1CFEA) is known color: Sail. HEX triplet: A1, CF and EA. RGB value is (161,207,234). Sum of RGB (Red+Green+Blue) = 161+207+234=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1CFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CFEA is #5E3015. Grayscale: #C4C4C4. Windows color (decimal): -6172694 or 15388577. OLE color: 15388577.
HSL color Cylindrical-coordinate representation of color #A1CFEA: hue angle of 202.19º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1CFEA is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 207 | 234 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.08 |
| HSL | 202.19º | 0.63% | 0.77% | - |
| HSV(B) | 202.19º | 0.31% | 0.92% | - |
| XYZ | 51.86 | 58.14 | 86.33 | - |
| YUV | 196.32 | 149.26 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 234 | 0.31 | 0.12 | 0 | 0.08 | 202.19 | 0.63 | 0.77 |
| Hex | A1 | CF | EA | 1F | C | 0 | 8 | CA | 3F | 4D |
| Octal | 241 | 317 | 352 | 37 | 14 | 0 | 10 | 312 | 77 | 115 |
| Binary | 10100001 | 11001111 | 11101010 | 11111 | 1100 | 0 | 1000 | 11001010 | 111111 | 1001101 |
Color Harmonies of #A1CFEA
Complementary color
Monochromatic Colors of #A1CFEA
Black with #A1CFEA
Text Example
Text Example
White with #A1CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CFEA; }
p { color: rgb(161,207,234); }
H1.HeaderClassName
{
color: #A1CFEA;
}
.AnyTagClassName
{
color: #A1CFEA;
}
</style>
background-color css
<style>
a { background-color: #A1CFEA; }
a { background-color: rgb(161,207,234); }
div.DivClassName
{
background-color: #A1CFEA;
}
.BgClassName
{
background-color: #A1CFEA;
}
</style>
border-color css
<style>
span { border-color: #A1CFEA; }
span { border-color: rgb(161,207,234); }
td.TdClassName
{
border-color: #A1CFEA;
}
.TagClassName
{
border-color: #A1CFEA;
}
</style>