Shades of Sail #A1D1EA
Tints of Sail #A1D1EA
RGB
CMYK
RGB Variations
Color information
#A1D1EA (or 0xA1D1EA) is known color: Sail. HEX triplet: A1, D1 and EA. RGB value is (161,209,234). Sum of RGB (Red+Green+Blue) = 161+209+234=604 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.66% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1D1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D1EA is #5E2E15. Grayscale: #C5C5C5. Windows color (decimal): -6172182 or 15389089. OLE color: 15389089.
HSL color Cylindrical-coordinate representation of color #A1D1EA: hue angle of 200.55º 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 #A1D1EA is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 209 | 234 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.08 |
| HSL | 200.55º | 0.63% | 0.77% | - |
| HSV(B) | 200.55º | 0.31% | 0.92% | - |
| XYZ | 52.35 | 59.12 | 86.49 | - |
| YUV | 197.5 | 148.6 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 234 | 0.31 | 0.11 | 0 | 0.08 | 200.55 | 0.63 | 0.77 |
| Hex | A1 | D1 | EA | 1F | B | 0 | 8 | C9 | 3F | 4D |
| Octal | 241 | 321 | 352 | 37 | 13 | 0 | 10 | 311 | 77 | 115 |
| Binary | 10100001 | 11010001 | 11101010 | 11111 | 1011 | 0 | 1000 | 11001001 | 111111 | 1001101 |
Color Harmonies of #A1D1EA
Complementary color
Monochromatic Colors of #A1D1EA
Black with #A1D1EA
Text Example
Text Example
White with #A1D1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D1EA; }
p { color: rgb(161,209,234); }
H1.HeaderClassName
{
color: #A1D1EA;
}
.AnyTagClassName
{
color: #A1D1EA;
}
</style>
background-color css
<style>
a { background-color: #A1D1EA; }
a { background-color: rgb(161,209,234); }
div.DivClassName
{
background-color: #A1D1EA;
}
.BgClassName
{
background-color: #A1D1EA;
}
</style>
border-color css
<style>
span { border-color: #A1D1EA; }
span { border-color: rgb(161,209,234); }
td.TdClassName
{
border-color: #A1D1EA;
}
.TagClassName
{
border-color: #A1D1EA;
}
</style>