Shades of Sail #A5D1EF
Tints of Sail #A5D1EF
RGB
CMYK
RGB Variations
Color information
#A5D1EF (or 0xA5D1EF) is known color: Sail. HEX triplet: A5, D1 and EF. RGB value is (165,209,239). Sum of RGB (Red+Green+Blue) = 165+209+239=613 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.92% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5D1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D1EF is #5A2E10. Grayscale: #C7C7C7. Windows color (decimal): -5910033 or 15716773. OLE color: 15716773.
HSL color Cylindrical-coordinate representation of color #A5D1EF: hue angle of 204.32º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5D1EF is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 209 | 239 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.06 |
| HSL | 204.32º | 0.7% | 0.79% | - |
| HSV(B) | 204.32º | 0.31% | 0.94% | - |
| XYZ | 53.9 | 59.83 | 90.37 | - |
| YUV | 199.26 | 150.42 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 209 | 239 | 0.31 | 0.13 | 0 | 0.06 | 204.32 | 0.7 | 0.79 |
| Hex | A5 | D1 | EF | 1F | D | 0 | 6 | CC | 46 | 4F |
| Octal | 245 | 321 | 357 | 37 | 15 | 0 | 6 | 314 | 106 | 117 |
| Binary | 10100101 | 11010001 | 11101111 | 11111 | 1101 | 0 | 110 | 11001100 | 1000110 | 1001111 |
Color Harmonies of #A5D1EF
Complementary color
Monochromatic Colors of #A5D1EF
Black with #A5D1EF
Text Example
Text Example
White with #A5D1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D1EF; }
p { color: rgb(165,209,239); }
H1.HeaderClassName
{
color: #A5D1EF;
}
.AnyTagClassName
{
color: #A5D1EF;
}
</style>
background-color css
<style>
a { background-color: #A5D1EF; }
a { background-color: rgb(165,209,239); }
div.DivClassName
{
background-color: #A5D1EF;
}
.BgClassName
{
background-color: #A5D1EF;
}
</style>
border-color css
<style>
span { border-color: #A5D1EF; }
span { border-color: rgb(165,209,239); }
td.TdClassName
{
border-color: #A5D1EF;
}
.TagClassName
{
border-color: #A5D1EF;
}
</style>