Shades of Sail #A1D2FA
Tints of Sail #A1D2FA
RGB
CMYK
RGB Variations
Color information
#A1D2FA (or 0xA1D2FA) is known color: Sail. HEX triplet: A1, D2 and FA. RGB value is (161,210,250). Sum of RGB (Red+Green+Blue) = 161+210+250=621 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.93% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1D2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D2FA is #5E2D05. Grayscale: #C7C7C7. Windows color (decimal): -6171910 or 16437921. OLE color: 16437921.
HSL color Cylindrical-coordinate representation of color #A1D2FA: hue angle of 206.97º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1D2FA is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 210 | 250 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.02 |
| HSL | 206.97º | 0.9% | 0.81% | - |
| HSV(B) | 206.97º | 0.36% | 0.98% | - |
| XYZ | 55 | 60.57 | 99.24 | - |
| YUV | 199.91 | 156.27 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 250 | 0.36 | 0.16 | 0 | 0.02 | 206.97 | 0.9 | 0.81 |
| Hex | A1 | D2 | FA | 24 | 10 | 0 | 2 | CF | 5A | 51 |
| Octal | 241 | 322 | 372 | 44 | 20 | 0 | 2 | 317 | 132 | 121 |
| Binary | 10100001 | 11010010 | 11111010 | 100100 | 10000 | 0 | 10 | 11001111 | 1011010 | 1010001 |
Color Harmonies of #A1D2FA
Complementary color
Monochromatic Colors of #A1D2FA
Black with #A1D2FA
Text Example
Text Example
White with #A1D2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D2FA; }
p { color: rgb(161,210,250); }
H1.HeaderClassName
{
color: #A1D2FA;
}
.AnyTagClassName
{
color: #A1D2FA;
}
</style>
background-color css
<style>
a { background-color: #A1D2FA; }
a { background-color: rgb(161,210,250); }
div.DivClassName
{
background-color: #A1D2FA;
}
.BgClassName
{
background-color: #A1D2FA;
}
</style>
border-color css
<style>
span { border-color: #A1D2FA; }
span { border-color: rgb(161,210,250); }
td.TdClassName
{
border-color: #A1D2FA;
}
.TagClassName
{
border-color: #A1D2FA;
}
</style>