Shades of Sail #A3CAE9
Tints of Sail #A3CAE9
RGB
CMYK
RGB Variations
Color information
#A3CAE9 (or 0xA3CAE9) is known color: Sail. HEX triplet: A3, CA and E9. RGB value is (163,202,233). Sum of RGB (Red+Green+Blue) = 163+202+233=598 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.26% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 233 (91.41% from 255 or 38.96% from 598); Max value from RGB is 233 - color contains mainly: blue. Hex color #A3CAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CAE9 is #5C3516. Grayscale: #C1C1C1. Windows color (decimal): -6042903 or 15321763. OLE color: 15321763.
HSL color Cylindrical-coordinate representation of color #A3CAE9: hue angle of 206.57º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3CAE9 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 202 | 233 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.09 |
| HSL | 206.57º | 0.61% | 0.78% | - |
| HSV(B) | 206.57º | 0.3% | 0.91% | - |
| XYZ | 50.93 | 55.91 | 85.2 | - |
| YUV | 193.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 233 | 0.30 | 0.13 | 0 | 0.09 | 206.57 | 0.61 | 0.78 |
| Hex | A3 | CA | E9 | 1E | D | 0 | 9 | CF | 3D | 4E |
| Octal | 243 | 312 | 351 | 36 | 15 | 0 | 11 | 317 | 75 | 116 |
| Binary | 10100011 | 11001010 | 11101001 | 11110 | 1101 | 0 | 1001 | 11001111 | 111101 | 1001110 |
Color Harmonies of #A3CAE9
Complementary color
Monochromatic Colors of #A3CAE9
Black with #A3CAE9
Text Example
Text Example
White with #A3CAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CAE9; }
p { color: rgb(163,202,233); }
H1.HeaderClassName
{
color: #A3CAE9;
}
.AnyTagClassName
{
color: #A3CAE9;
}
</style>
background-color css
<style>
a { background-color: #A3CAE9; }
a { background-color: rgb(163,202,233); }
div.DivClassName
{
background-color: #A3CAE9;
}
.BgClassName
{
background-color: #A3CAE9;
}
</style>
border-color css
<style>
span { border-color: #A3CAE9; }
span { border-color: rgb(163,202,233); }
td.TdClassName
{
border-color: #A3CAE9;
}
.TagClassName
{
border-color: #A3CAE9;
}
</style>