Shades of Sail #A5CAED
Tints of Sail #A5CAED
RGB
CMYK
RGB Variations
Color information
#A5CAED (or 0xA5CAED) is known color: Sail. HEX triplet: A5, CA and ED. RGB value is (165,202,237). Sum of RGB (Red+Green+Blue) = 165+202+237=604 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.32% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #A5CAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CAED is #5A3512. Grayscale: #C2C2C2. Windows color (decimal): -5911827 or 15583909. OLE color: 15583909.
HSL color Cylindrical-coordinate representation of color #A5CAED: hue angle of 209.17º 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 #A5CAED is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 202 | 237 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.07 |
| HSL | 209.17º | 0.67% | 0.79% | - |
| HSV(B) | 209.17º | 0.3% | 0.93% | - |
| XYZ | 51.92 | 56.35 | 88.26 | - |
| YUV | 194.93 | 151.74 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 237 | 0.30 | 0.15 | 0 | 0.07 | 209.17 | 0.67 | 0.79 |
| Hex | A5 | CA | ED | 1E | F | 0 | 7 | D1 | 43 | 4F |
| Octal | 245 | 312 | 355 | 36 | 17 | 0 | 7 | 321 | 103 | 117 |
| Binary | 10100101 | 11001010 | 11101101 | 11110 | 1111 | 0 | 111 | 11010001 | 1000011 | 1001111 |
Color Harmonies of #A5CAED
Complementary color
Monochromatic Colors of #A5CAED
Black with #A5CAED
Text Example
Text Example
White with #A5CAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CAED; }
p { color: rgb(165,202,237); }
H1.HeaderClassName
{
color: #A5CAED;
}
.AnyTagClassName
{
color: #A5CAED;
}
</style>
background-color css
<style>
a { background-color: #A5CAED; }
a { background-color: rgb(165,202,237); }
div.DivClassName
{
background-color: #A5CAED;
}
.BgClassName
{
background-color: #A5CAED;
}
</style>
border-color css
<style>
span { border-color: #A5CAED; }
span { border-color: rgb(165,202,237); }
td.TdClassName
{
border-color: #A5CAED;
}
.TagClassName
{
border-color: #A5CAED;
}
</style>