Shades of Sail #A1D1F2
Tints of Sail #A1D1F2
RGB
CMYK
RGB Variations
Color information
#A1D1F2 (or 0xA1D1F2) is known color: Sail. HEX triplet: A1, D1 and F2. RGB value is (161,209,242). Sum of RGB (Red+Green+Blue) = 161+209+242=612 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.31% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 242 - color contains mainly: blue. Hex color #A1D1F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D1F2 is #5E2E0D. Grayscale: #C6C6C6. Windows color (decimal): -6172174 or 15913377. OLE color: 15913377.
HSL color Cylindrical-coordinate representation of color #A1D1F2: hue angle of 204.44º degrees, saturation: 0.76, 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 #A1D1F2 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 209 | 242 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.05 |
| HSL | 204.44º | 0.76% | 0.79% | - |
| HSV(B) | 204.44º | 0.33% | 0.95% | - |
| XYZ | 53.53 | 59.59 | 92.69 | - |
| YUV | 198.41 | 152.6 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 242 | 0.33 | 0.14 | 0 | 0.05 | 204.44 | 0.76 | 0.79 |
| Hex | A1 | D1 | F2 | 21 | E | 0 | 5 | CC | 4C | 4F |
| Octal | 241 | 321 | 362 | 41 | 16 | 0 | 5 | 314 | 114 | 117 |
| Binary | 10100001 | 11010001 | 11110010 | 100001 | 1110 | 0 | 101 | 11001100 | 1001100 | 1001111 |
Color Harmonies of #A1D1F2
Complementary color
Monochromatic Colors of #A1D1F2
Black with #A1D1F2
Text Example
Text Example
White with #A1D1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D1F2; }
p { color: rgb(161,209,242); }
H1.HeaderClassName
{
color: #A1D1F2;
}
.AnyTagClassName
{
color: #A1D1F2;
}
</style>
background-color css
<style>
a { background-color: #A1D1F2; }
a { background-color: rgb(161,209,242); }
div.DivClassName
{
background-color: #A1D1F2;
}
.BgClassName
{
background-color: #A1D1F2;
}
</style>
border-color css
<style>
span { border-color: #A1D1F2; }
span { border-color: rgb(161,209,242); }
td.TdClassName
{
border-color: #A1D1F2;
}
.TagClassName
{
border-color: #A1D1F2;
}
</style>