Shades of Sail #A3D1EF
Tints of Sail #A3D1EF
RGB
CMYK
RGB Variations
Color information
#A3D1EF (or 0xA3D1EF) is known color: Sail. HEX triplet: A3, D1 and EF. RGB value is (163,209,239). Sum of RGB (Red+Green+Blue) = 163+209+239=611 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.68% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #A3D1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D1EF is #5C2E10. Grayscale: #C6C6C6. Windows color (decimal): -6041105 or 15716771. OLE color: 15716771.
HSL color Cylindrical-coordinate representation of color #A3D1EF: hue angle of 203.68º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3D1EF is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 209 | 239 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.06 |
| HSL | 203.68º | 0.7% | 0.79% | - |
| HSV(B) | 203.68º | 0.32% | 0.94% | - |
| XYZ | 53.48 | 59.62 | 90.35 | - |
| YUV | 198.67 | 150.76 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 209 | 239 | 0.32 | 0.13 | 0 | 0.06 | 203.68 | 0.7 | 0.79 |
| Hex | A3 | D1 | EF | 20 | D | 0 | 6 | CC | 46 | 4F |
| Octal | 243 | 321 | 357 | 40 | 15 | 0 | 6 | 314 | 106 | 117 |
| Binary | 10100011 | 11010001 | 11101111 | 100000 | 1101 | 0 | 110 | 11001100 | 1000110 | 1001111 |
Color Harmonies of #A3D1EF
Complementary color
Monochromatic Colors of #A3D1EF
Black with #A3D1EF
Text Example
Text Example
White with #A3D1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D1EF; }
p { color: rgb(163,209,239); }
H1.HeaderClassName
{
color: #A3D1EF;
}
.AnyTagClassName
{
color: #A3D1EF;
}
</style>
background-color css
<style>
a { background-color: #A3D1EF; }
a { background-color: rgb(163,209,239); }
div.DivClassName
{
background-color: #A3D1EF;
}
.BgClassName
{
background-color: #A3D1EF;
}
</style>
border-color css
<style>
span { border-color: #A3D1EF; }
span { border-color: rgb(163,209,239); }
td.TdClassName
{
border-color: #A3D1EF;
}
.TagClassName
{
border-color: #A3D1EF;
}
</style>