Shades of Sail #A0D3F1
Tints of Sail #A0D3F1
RGB
CMYK
RGB Variations
Color information
#A0D3F1 (or 0xA0D3F1) is known color: Sail. HEX triplet: A0, D3 and F1. RGB value is (160,211,241). Sum of RGB (Red+Green+Blue) = 160+211+241=612 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.14% from 612); Green value is 211 (82.81% from 255 or 34.48% 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 #A0D3F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D3F1 is #5F2C0E. Grayscale: #C7C7C7. Windows color (decimal): -6237199 or 15848352. OLE color: 15848352.
HSL color Cylindrical-coordinate representation of color #A0D3F1: hue angle of 202.22º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0D3F1 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 211 | 241 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.05 |
| HSL | 202.22º | 0.74% | 0.79% | - |
| HSV(B) | 202.22º | 0.34% | 0.95% | - |
| XYZ | 53.67 | 60.41 | 92.05 | - |
| YUV | 199.17 | 151.6 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 211 | 241 | 0.34 | 0.12 | 0 | 0.05 | 202.22 | 0.74 | 0.79 |
| Hex | A0 | D3 | F1 | 22 | C | 0 | 5 | CA | 4A | 4F |
| Octal | 240 | 323 | 361 | 42 | 14 | 0 | 5 | 312 | 112 | 117 |
| Binary | 10100000 | 11010011 | 11110001 | 100010 | 1100 | 0 | 101 | 11001010 | 1001010 | 1001111 |
Color Harmonies of #A0D3F1
Complementary color
Monochromatic Colors of #A0D3F1
Black with #A0D3F1
Text Example
Text Example
White with #A0D3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D3F1; }
p { color: rgb(160,211,241); }
H1.HeaderClassName
{
color: #A0D3F1;
}
.AnyTagClassName
{
color: #A0D3F1;
}
</style>
background-color css
<style>
a { background-color: #A0D3F1; }
a { background-color: rgb(160,211,241); }
div.DivClassName
{
background-color: #A0D3F1;
}
.BgClassName
{
background-color: #A0D3F1;
}
</style>
border-color css
<style>
span { border-color: #A0D3F1; }
span { border-color: rgb(160,211,241); }
td.TdClassName
{
border-color: #A0D3F1;
}
.TagClassName
{
border-color: #A0D3F1;
}
</style>