Shades of Sail #A3CCE9
Tints of Sail #A3CCE9
RGB
CMYK
RGB Variations
Color information
#A3CCE9 (or 0xA3CCE9) is known color: Sail. HEX triplet: A3, CC and E9. RGB value is (163,204,233). Sum of RGB (Red+Green+Blue) = 163+204+233=600 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.17% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 233 (91.41% from 255 or 38.83% from 600); Max value from RGB is 233 - color contains mainly: blue. Hex color #A3CCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CCE9 is #5C3316. Grayscale: #C2C2C2. Windows color (decimal): -6042391 or 15322275. OLE color: 15322275.
HSL color Cylindrical-coordinate representation of color #A3CCE9: hue angle of 204.86º 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 #A3CCE9 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 204 | 233 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.09 |
| HSL | 204.86º | 0.61% | 0.78% | - |
| HSV(B) | 204.86º | 0.3% | 0.91% | - |
| XYZ | 51.41 | 56.86 | 85.36 | - |
| YUV | 195.05 | 149.42 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 233 | 0.30 | 0.12 | 0 | 0.09 | 204.86 | 0.61 | 0.78 |
| Hex | A3 | CC | E9 | 1E | C | 0 | 9 | CD | 3D | 4E |
| Octal | 243 | 314 | 351 | 36 | 14 | 0 | 11 | 315 | 75 | 116 |
| Binary | 10100011 | 11001100 | 11101001 | 11110 | 1100 | 0 | 1001 | 11001101 | 111101 | 1001110 |
Color Harmonies of #A3CCE9
Complementary color
Monochromatic Colors of #A3CCE9
Black with #A3CCE9
Text Example
Text Example
White with #A3CCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CCE9; }
p { color: rgb(163,204,233); }
H1.HeaderClassName
{
color: #A3CCE9;
}
.AnyTagClassName
{
color: #A3CCE9;
}
</style>
background-color css
<style>
a { background-color: #A3CCE9; }
a { background-color: rgb(163,204,233); }
div.DivClassName
{
background-color: #A3CCE9;
}
.BgClassName
{
background-color: #A3CCE9;
}
</style>
border-color css
<style>
span { border-color: #A3CCE9; }
span { border-color: rgb(163,204,233); }
td.TdClassName
{
border-color: #A3CCE9;
}
.TagClassName
{
border-color: #A3CCE9;
}
</style>