Shades of Sail #A3CCE8
Tints of Sail #A3CCE8
RGB
CMYK
RGB Variations
Color information
#A3CCE8 (or 0xA3CCE8) is known color: Sail. HEX triplet: A3, CC and E8. RGB value is (163,204,232). Sum of RGB (Red+Green+Blue) = 163+204+232=599 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.21% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 232 (91.02% from 255 or 38.73% from 599); Max value from RGB is 232 - color contains mainly: blue. Hex color #A3CCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CCE8 is #5C3317. Grayscale: #C2C2C2. Windows color (decimal): -6042392 or 15256739. OLE color: 15256739.
HSL color Cylindrical-coordinate representation of color #A3CCE8: hue angle of 204.35º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3CCE8 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 204 | 232 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.09 |
| HSL | 204.35º | 0.6% | 0.77% | - |
| HSV(B) | 204.35º | 0.3% | 0.91% | - |
| XYZ | 51.26 | 56.8 | 84.61 | - |
| YUV | 194.93 | 148.92 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 232 | 0.30 | 0.12 | 0 | 0.09 | 204.35 | 0.6 | 0.77 |
| Hex | A3 | CC | E8 | 1E | C | 0 | 9 | CC | 3C | 4D |
| Octal | 243 | 314 | 350 | 36 | 14 | 0 | 11 | 314 | 74 | 115 |
| Binary | 10100011 | 11001100 | 11101000 | 11110 | 1100 | 0 | 1001 | 11001100 | 111100 | 1001101 |
Color Harmonies of #A3CCE8
Complementary color
Monochromatic Colors of #A3CCE8
Black with #A3CCE8
Text Example
Text Example
White with #A3CCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CCE8; }
p { color: rgb(163,204,232); }
H1.HeaderClassName
{
color: #A3CCE8;
}
.AnyTagClassName
{
color: #A3CCE8;
}
</style>
background-color css
<style>
a { background-color: #A3CCE8; }
a { background-color: rgb(163,204,232); }
div.DivClassName
{
background-color: #A3CCE8;
}
.BgClassName
{
background-color: #A3CCE8;
}
</style>
border-color css
<style>
span { border-color: #A3CCE8; }
span { border-color: rgb(163,204,232); }
td.TdClassName
{
border-color: #A3CCE8;
}
.TagClassName
{
border-color: #A3CCE8;
}
</style>