Shades of Sail #A5CAE7
Tints of Sail #A5CAE7
RGB
CMYK
RGB Variations
Color information
#A5CAE7 (or 0xA5CAE7) is known color: Sail. HEX triplet: A5, CA and E7. RGB value is (165,202,231). Sum of RGB (Red+Green+Blue) = 165+202+231=598 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.59% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 231 (90.62% from 255 or 38.63% from 598); Max value from RGB is 231 - color contains mainly: blue. Hex color #A5CAE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CAE7 is #5A3518. Grayscale: #C2C2C2. Windows color (decimal): -5911833 or 15190693. OLE color: 15190693.
HSL color Cylindrical-coordinate representation of color #A5CAE7: hue angle of 206.36º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5CAE7 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 202 | 231 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.09 |
| HSL | 206.36º | 0.58% | 0.78% | - |
| HSV(B) | 206.36º | 0.29% | 0.91% | - |
| XYZ | 51.06 | 56.01 | 83.72 | - |
| YUV | 194.24 | 148.74 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 231 | 0.29 | 0.13 | 0 | 0.09 | 206.36 | 0.58 | 0.78 |
| Hex | A5 | CA | E7 | 1D | D | 0 | 9 | CE | 3A | 4E |
| Octal | 245 | 312 | 347 | 35 | 15 | 0 | 11 | 316 | 72 | 116 |
| Binary | 10100101 | 11001010 | 11100111 | 11101 | 1101 | 0 | 1001 | 11001110 | 111010 | 1001110 |
Color Harmonies of #A5CAE7
Complementary color
Monochromatic Colors of #A5CAE7
Black with #A5CAE7
Text Example
Text Example
White with #A5CAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CAE7; }
p { color: rgb(165,202,231); }
H1.HeaderClassName
{
color: #A5CAE7;
}
.AnyTagClassName
{
color: #A5CAE7;
}
</style>
background-color css
<style>
a { background-color: #A5CAE7; }
a { background-color: rgb(165,202,231); }
div.DivClassName
{
background-color: #A5CAE7;
}
.BgClassName
{
background-color: #A5CAE7;
}
</style>
border-color css
<style>
span { border-color: #A5CAE7; }
span { border-color: rgb(165,202,231); }
td.TdClassName
{
border-color: #A5CAE7;
}
.TagClassName
{
border-color: #A5CAE7;
}
</style>