Shades of Sail #A1D3F2
Tints of Sail #A1D3F2
RGB
CMYK
RGB Variations
Color information
#A1D3F2 (or 0xA1D3F2) is known color: Sail. HEX triplet: A1, D3 and F2. RGB value is (161,211,242). Sum of RGB (Red+Green+Blue) = 161+211+242=614 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.22% from 614); Green value is 211 (82.81% from 255 or 34.36% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 242 - color contains mainly: blue. Hex color #A1D3F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D3F2 is #5E2C0D. Grayscale: #C7C7C7. Windows color (decimal): -6171662 or 15913889. OLE color: 15913889.
HSL color Cylindrical-coordinate representation of color #A1D3F2: hue angle of 202.96º 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 #A1D3F2 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 211 | 242 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.05 |
| HSL | 202.96º | 0.76% | 0.79% | - |
| HSV(B) | 202.96º | 0.33% | 0.95% | - |
| XYZ | 54.02 | 60.58 | 92.85 | - |
| YUV | 199.58 | 151.94 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 242 | 0.33 | 0.13 | 0 | 0.05 | 202.96 | 0.76 | 0.79 |
| Hex | A1 | D3 | F2 | 21 | D | 0 | 5 | CB | 4C | 4F |
| Octal | 241 | 323 | 362 | 41 | 15 | 0 | 5 | 313 | 114 | 117 |
| Binary | 10100001 | 11010011 | 11110010 | 100001 | 1101 | 0 | 101 | 11001011 | 1001100 | 1001111 |
Color Harmonies of #A1D3F2
Complementary color
Monochromatic Colors of #A1D3F2
Black with #A1D3F2
Text Example
Text Example
White with #A1D3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D3F2; }
p { color: rgb(161,211,242); }
H1.HeaderClassName
{
color: #A1D3F2;
}
.AnyTagClassName
{
color: #A1D3F2;
}
</style>
background-color css
<style>
a { background-color: #A1D3F2; }
a { background-color: rgb(161,211,242); }
div.DivClassName
{
background-color: #A1D3F2;
}
.BgClassName
{
background-color: #A1D3F2;
}
</style>
border-color css
<style>
span { border-color: #A1D3F2; }
span { border-color: rgb(161,211,242); }
td.TdClassName
{
border-color: #A1D3F2;
}
.TagClassName
{
border-color: #A1D3F2;
}
</style>