Shades of Sail #A5CDF0
Tints of Sail #A5CDF0
RGB
CMYK
RGB Variations
Color information
#A5CDF0 (or 0xA5CDF0) is known color: Sail. HEX triplet: A5, CD and F0. RGB value is (165,205,240). Sum of RGB (Red+Green+Blue) = 165+205+240=610 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.05% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 240 (94.14% from 255 or 39.34% from 610); Max value from RGB is 240 - color contains mainly: blue. Hex color #A5CDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CDF0 is #5A320F. Grayscale: #C4C4C4. Windows color (decimal): -5911056 or 15781285. OLE color: 15781285.
HSL color Cylindrical-coordinate representation of color #A5CDF0: hue angle of 208º degrees, saturation: 0.71, 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 #A5CDF0 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 205 | 240 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.06 |
| HSL | 208º | 0.71% | 0.79% | - |
| HSV(B) | 208º | 0.31% | 0.94% | - |
| XYZ | 53.08 | 57.95 | 90.83 | - |
| YUV | 197.03 | 152.25 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 205 | 240 | 0.31 | 0.15 | 0 | 0.06 | 208 | 0.71 | 0.79 |
| Hex | A5 | CD | F0 | 1F | F | 0 | 6 | D0 | 47 | 4F |
| Octal | 245 | 315 | 360 | 37 | 17 | 0 | 6 | 320 | 107 | 117 |
| Binary | 10100101 | 11001101 | 11110000 | 11111 | 1111 | 0 | 110 | 11010000 | 1000111 | 1001111 |
Color Harmonies of #A5CDF0
Complementary color
Monochromatic Colors of #A5CDF0
Black with #A5CDF0
Text Example
Text Example
White with #A5CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CDF0; }
p { color: rgb(165,205,240); }
H1.HeaderClassName
{
color: #A5CDF0;
}
.AnyTagClassName
{
color: #A5CDF0;
}
</style>
background-color css
<style>
a { background-color: #A5CDF0; }
a { background-color: rgb(165,205,240); }
div.DivClassName
{
background-color: #A5CDF0;
}
.BgClassName
{
background-color: #A5CDF0;
}
</style>
border-color css
<style>
span { border-color: #A5CDF0; }
span { border-color: rgb(165,205,240); }
td.TdClassName
{
border-color: #A5CDF0;
}
.TagClassName
{
border-color: #A5CDF0;
}
</style>