Shades of Sail #A5CAE6
Tints of Sail #A5CAE6
RGB
CMYK
RGB Variations
Color information
#A5CAE6 (or 0xA5CAE6) is known color: Sail. HEX triplet: A5, CA and E6. RGB value is (165,202,230). Sum of RGB (Red+Green+Blue) = 165+202+230=597 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.64% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 230 - color contains mainly: blue. Hex color #A5CAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CAE6 is #5A3519. Grayscale: #C1C1C1. Windows color (decimal): -5911834 or 15125157. OLE color: 15125157.
HSL color Cylindrical-coordinate representation of color #A5CAE6: hue angle of 205.85º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5CAE6 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 202 | 230 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.10 |
| HSL | 205.85º | 0.57% | 0.77% | - |
| HSV(B) | 205.85º | 0.28% | 0.9% | - |
| XYZ | 50.92 | 55.95 | 82.98 | - |
| YUV | 194.13 | 148.24 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 230 | 0.28 | 0.12 | 0 | 0.10 | 205.85 | 0.57 | 0.77 |
| Hex | A5 | CA | E6 | 1C | C | 0 | A | CE | 39 | 4D |
| Octal | 245 | 312 | 346 | 34 | 14 | 0 | 12 | 316 | 71 | 115 |
| Binary | 10100101 | 11001010 | 11100110 | 11100 | 1100 | 0 | 1010 | 11001110 | 111001 | 1001101 |
Color Harmonies of #A5CAE6
Complementary color
Monochromatic Colors of #A5CAE6
Black with #A5CAE6
Text Example
Text Example
White with #A5CAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CAE6; }
p { color: rgb(165,202,230); }
H1.HeaderClassName
{
color: #A5CAE6;
}
.AnyTagClassName
{
color: #A5CAE6;
}
</style>
background-color css
<style>
a { background-color: #A5CAE6; }
a { background-color: rgb(165,202,230); }
div.DivClassName
{
background-color: #A5CAE6;
}
.BgClassName
{
background-color: #A5CAE6;
}
</style>
border-color css
<style>
span { border-color: #A5CAE6; }
span { border-color: rgb(165,202,230); }
td.TdClassName
{
border-color: #A5CAE6;
}
.TagClassName
{
border-color: #A5CAE6;
}
</style>