Shades of Sail #A5C9EB
Tints of Sail #A5C9EB
RGB
CMYK
RGB Variations
Color information
#A5C9EB (or 0xA5C9EB) is known color: Sail. HEX triplet: A5, C9 and EB. RGB value is (165,201,235). Sum of RGB (Red+Green+Blue) = 165+201+235=601 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.45% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5C9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C9EB is #5A3614. Grayscale: #C1C1C1. Windows color (decimal): -5912085 or 15452581. OLE color: 15452581.
HSL color Cylindrical-coordinate representation of color #A5C9EB: hue angle of 209.14º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5C9EB is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 201 | 235 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.08 |
| HSL | 209.14º | 0.64% | 0.78% | - |
| HSV(B) | 209.14º | 0.3% | 0.92% | - |
| XYZ | 51.4 | 55.77 | 86.65 | - |
| YUV | 194.11 | 151.07 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 201 | 235 | 0.30 | 0.14 | 0 | 0.08 | 209.14 | 0.64 | 0.78 |
| Hex | A5 | C9 | EB | 1E | E | 0 | 8 | D1 | 40 | 4E |
| Octal | 245 | 311 | 353 | 36 | 16 | 0 | 10 | 321 | 100 | 116 |
| Binary | 10100101 | 11001001 | 11101011 | 11110 | 1110 | 0 | 1000 | 11010001 | 1000000 | 1001110 |
Color Harmonies of #A5C9EB
Complementary color
Monochromatic Colors of #A5C9EB
Black with #A5C9EB
Text Example
Text Example
White with #A5C9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C9EB; }
p { color: rgb(165,201,235); }
H1.HeaderClassName
{
color: #A5C9EB;
}
.AnyTagClassName
{
color: #A5C9EB;
}
</style>
background-color css
<style>
a { background-color: #A5C9EB; }
a { background-color: rgb(165,201,235); }
div.DivClassName
{
background-color: #A5C9EB;
}
.BgClassName
{
background-color: #A5C9EB;
}
</style>
border-color css
<style>
span { border-color: #A5C9EB; }
span { border-color: rgb(165,201,235); }
td.TdClassName
{
border-color: #A5C9EB;
}
.TagClassName
{
border-color: #A5C9EB;
}
</style>