Shades of Sail #A1D2F1
Tints of Sail #A1D2F1
RGB
CMYK
RGB Variations
Color information
#A1D2F1 (or 0xA1D2F1) is known color: Sail. HEX triplet: A1, D2 and F1. RGB value is (161,210,241). Sum of RGB (Red+Green+Blue) = 161+210+241=612 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.31% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #A1D2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D2F1 is #5E2D0E. Grayscale: #C6C6C6. Windows color (decimal): -6171919 or 15848097. OLE color: 15848097.
HSL color Cylindrical-coordinate representation of color #A1D2F1: hue angle of 203.25º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1D2F1 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 210 | 241 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.05 |
| HSL | 203.25º | 0.74% | 0.79% | - |
| HSV(B) | 203.25º | 0.33% | 0.95% | - |
| XYZ | 53.62 | 60.02 | 91.98 | - |
| YUV | 198.88 | 151.77 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 241 | 0.33 | 0.13 | 0 | 0.05 | 203.25 | 0.74 | 0.79 |
| Hex | A1 | D2 | F1 | 21 | D | 0 | 5 | CB | 4A | 4F |
| Octal | 241 | 322 | 361 | 41 | 15 | 0 | 5 | 313 | 112 | 117 |
| Binary | 10100001 | 11010010 | 11110001 | 100001 | 1101 | 0 | 101 | 11001011 | 1001010 | 1001111 |
Color Harmonies of #A1D2F1
Complementary color
Monochromatic Colors of #A1D2F1
Black with #A1D2F1
Text Example
Text Example
White with #A1D2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D2F1; }
p { color: rgb(161,210,241); }
H1.HeaderClassName
{
color: #A1D2F1;
}
.AnyTagClassName
{
color: #A1D2F1;
}
</style>
background-color css
<style>
a { background-color: #A1D2F1; }
a { background-color: rgb(161,210,241); }
div.DivClassName
{
background-color: #A1D2F1;
}
.BgClassName
{
background-color: #A1D2F1;
}
</style>
border-color css
<style>
span { border-color: #A1D2F1; }
span { border-color: rgb(161,210,241); }
td.TdClassName
{
border-color: #A1D2F1;
}
.TagClassName
{
border-color: #A1D2F1;
}
</style>