Shades of Sail #A1CAEF
Tints of Sail #A1CAEF
RGB
CMYK
RGB Variations
Color information
#A1CAEF (or 0xA1CAEF) is known color: Sail. HEX triplet: A1, CA and EF. RGB value is (161,202,239). Sum of RGB (Red+Green+Blue) = 161+202+239=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1CAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CAEF is #5E3510. Grayscale: #C1C1C1. Windows color (decimal): -6173969 or 15714977. OLE color: 15714977.
HSL color Cylindrical-coordinate representation of color #A1CAEF: hue angle of 208.46º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1CAEF is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 202 | 239 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.06 |
| HSL | 208.46º | 0.71% | 0.78% | - |
| HSV(B) | 208.46º | 0.33% | 0.94% | - |
| XYZ | 51.4 | 56.05 | 89.77 | - |
| YUV | 193.96 | 153.42 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 239 | 0.33 | 0.15 | 0 | 0.06 | 208.46 | 0.71 | 0.78 |
| Hex | A1 | CA | EF | 21 | F | 0 | 6 | D0 | 47 | 4E |
| Octal | 241 | 312 | 357 | 41 | 17 | 0 | 6 | 320 | 107 | 116 |
| Binary | 10100001 | 11001010 | 11101111 | 100001 | 1111 | 0 | 110 | 11010000 | 1000111 | 1001110 |
Color Harmonies of #A1CAEF
Complementary color
Monochromatic Colors of #A1CAEF
Black with #A1CAEF
Text Example
Text Example
White with #A1CAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CAEF; }
p { color: rgb(161,202,239); }
H1.HeaderClassName
{
color: #A1CAEF;
}
.AnyTagClassName
{
color: #A1CAEF;
}
</style>
background-color css
<style>
a { background-color: #A1CAEF; }
a { background-color: rgb(161,202,239); }
div.DivClassName
{
background-color: #A1CAEF;
}
.BgClassName
{
background-color: #A1CAEF;
}
</style>
border-color css
<style>
span { border-color: #A1CAEF; }
span { border-color: rgb(161,202,239); }
td.TdClassName
{
border-color: #A1CAEF;
}
.TagClassName
{
border-color: #A1CAEF;
}
</style>