Shades of Sail #A3C6E5
Tints of Sail #A3C6E5
RGB
CMYK
RGB Variations
Color information
#A3C6E5 (or 0xA3C6E5) is known color: Sail. HEX triplet: A3, C6 and E5. RGB value is (163,198,229). Sum of RGB (Red+Green+Blue) = 163+198+229=590 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.63% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 229 - color contains mainly: blue. Hex color #A3C6E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C6E5 is #5C391A. Grayscale: #BEBEBE. Windows color (decimal): -6043931 or 15058595. OLE color: 15058595.
HSL color Cylindrical-coordinate representation of color #A3C6E5: hue angle of 208.18º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3C6E5 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 198 | 229 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.10 |
| HSL | 208.18º | 0.56% | 0.77% | - |
| HSV(B) | 208.18º | 0.29% | 0.9% | - |
| XYZ | 49.44 | 53.83 | 81.91 | - |
| YUV | 191.07 | 149.4 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 198 | 229 | 0.29 | 0.14 | 0 | 0.10 | 208.18 | 0.56 | 0.77 |
| Hex | A3 | C6 | E5 | 1D | E | 0 | A | D0 | 38 | 4D |
| Octal | 243 | 306 | 345 | 35 | 16 | 0 | 12 | 320 | 70 | 115 |
| Binary | 10100011 | 11000110 | 11100101 | 11101 | 1110 | 0 | 1010 | 11010000 | 111000 | 1001101 |
Color Harmonies of #A3C6E5
Complementary color
Monochromatic Colors of #A3C6E5
Black with #A3C6E5
Text Example
Text Example
White with #A3C6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C6E5; }
p { color: rgb(163,198,229); }
H1.HeaderClassName
{
color: #A3C6E5;
}
.AnyTagClassName
{
color: #A3C6E5;
}
</style>
background-color css
<style>
a { background-color: #A3C6E5; }
a { background-color: rgb(163,198,229); }
div.DivClassName
{
background-color: #A3C6E5;
}
.BgClassName
{
background-color: #A3C6E5;
}
</style>
border-color css
<style>
span { border-color: #A3C6E5; }
span { border-color: rgb(163,198,229); }
td.TdClassName
{
border-color: #A3C6E5;
}
.TagClassName
{
border-color: #A3C6E5;
}
</style>