Shades of Sail #A5D1ED
Tints of Sail #A5D1ED
RGB
CMYK
RGB Variations
Color information
#A5D1ED (or 0xA5D1ED) is known color: Sail. HEX triplet: A5, D1 and ED. RGB value is (165,209,237). Sum of RGB (Red+Green+Blue) = 165+209+237=611 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.00% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #A5D1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D1ED is #5A2E12. Grayscale: #C6C6C6. Windows color (decimal): -5910035 or 15585701. OLE color: 15585701.
HSL color Cylindrical-coordinate representation of color #A5D1ED: hue angle of 203.33º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5D1ED is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 209 | 237 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.07 |
| HSL | 203.33º | 0.67% | 0.79% | - |
| HSV(B) | 203.33º | 0.3% | 0.93% | - |
| XYZ | 53.6 | 59.71 | 88.82 | - |
| YUV | 199.04 | 149.42 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 209 | 237 | 0.30 | 0.12 | 0 | 0.07 | 203.33 | 0.67 | 0.79 |
| Hex | A5 | D1 | ED | 1E | C | 0 | 7 | CB | 43 | 4F |
| Octal | 245 | 321 | 355 | 36 | 14 | 0 | 7 | 313 | 103 | 117 |
| Binary | 10100101 | 11010001 | 11101101 | 11110 | 1100 | 0 | 111 | 11001011 | 1000011 | 1001111 |
Color Harmonies of #A5D1ED
Complementary color
Monochromatic Colors of #A5D1ED
Black with #A5D1ED
Text Example
Text Example
White with #A5D1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D1ED; }
p { color: rgb(165,209,237); }
H1.HeaderClassName
{
color: #A5D1ED;
}
.AnyTagClassName
{
color: #A5D1ED;
}
</style>
background-color css
<style>
a { background-color: #A5D1ED; }
a { background-color: rgb(165,209,237); }
div.DivClassName
{
background-color: #A5D1ED;
}
.BgClassName
{
background-color: #A5D1ED;
}
</style>
border-color css
<style>
span { border-color: #A5D1ED; }
span { border-color: rgb(165,209,237); }
td.TdClassName
{
border-color: #A5D1ED;
}
.TagClassName
{
border-color: #A5D1ED;
}
</style>