Shades of Sail #A5D6EF
Tints of Sail #A5D6EF
RGB
CMYK
RGB Variations
Color information
#A5D6EF (or 0xA5D6EF) is known color: Sail. HEX triplet: A5, D6 and EF. RGB value is (165,214,239). Sum of RGB (Red+Green+Blue) = 165+214+239=618 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.70% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5D6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D6EF is #5A2910. Grayscale: #CACACA. Windows color (decimal): -5908753 or 15718053. OLE color: 15718053.
HSL color Cylindrical-coordinate representation of color #A5D6EF: hue angle of 200.27º 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 #A5D6EF is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 214 | 239 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.06 |
| HSL | 200.27º | 0.7% | 0.79% | - |
| HSV(B) | 200.27º | 0.31% | 0.94% | - |
| XYZ | 55.14 | 62.32 | 90.78 | - |
| YUV | 202.2 | 148.77 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 214 | 239 | 0.31 | 0.10 | 0 | 0.06 | 200.27 | 0.7 | 0.79 |
| Hex | A5 | D6 | EF | 1F | A | 0 | 6 | C8 | 46 | 4F |
| Octal | 245 | 326 | 357 | 37 | 12 | 0 | 6 | 310 | 106 | 117 |
| Binary | 10100101 | 11010110 | 11101111 | 11111 | 1010 | 0 | 110 | 11001000 | 1000110 | 1001111 |
Color Harmonies of #A5D6EF
Complementary color
Monochromatic Colors of #A5D6EF
Black with #A5D6EF
Text Example
Text Example
White with #A5D6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D6EF; }
p { color: rgb(165,214,239); }
H1.HeaderClassName
{
color: #A5D6EF;
}
.AnyTagClassName
{
color: #A5D6EF;
}
</style>
background-color css
<style>
a { background-color: #A5D6EF; }
a { background-color: rgb(165,214,239); }
div.DivClassName
{
background-color: #A5D6EF;
}
.BgClassName
{
background-color: #A5D6EF;
}
</style>
border-color css
<style>
span { border-color: #A5D6EF; }
span { border-color: rgb(165,214,239); }
td.TdClassName
{
border-color: #A5D6EF;
}
.TagClassName
{
border-color: #A5D6EF;
}
</style>