Shades of Sail #A3CCEC
Tints of Sail #A3CCEC
RGB
CMYK
RGB Variations
Color information
#A3CCEC (or 0xA3CCEC) is known color: Sail. HEX triplet: A3, CC and EC. RGB value is (163,204,236). Sum of RGB (Red+Green+Blue) = 163+204+236=603 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.03% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #A3CCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CCEC is #5C3313. Grayscale: #C3C3C3. Windows color (decimal): -6042388 or 15518883. OLE color: 15518883.
HSL color Cylindrical-coordinate representation of color #A3CCEC: hue angle of 206.3º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3CCEC is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 204 | 236 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.07 |
| HSL | 206.3º | 0.66% | 0.78% | - |
| HSV(B) | 206.3º | 0.31% | 0.93% | - |
| XYZ | 51.84 | 57.03 | 87.63 | - |
| YUV | 195.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 236 | 0.31 | 0.14 | 0 | 0.07 | 206.3 | 0.66 | 0.78 |
| Hex | A3 | CC | EC | 1F | E | 0 | 7 | CE | 42 | 4E |
| Octal | 243 | 314 | 354 | 37 | 16 | 0 | 7 | 316 | 102 | 116 |
| Binary | 10100011 | 11001100 | 11101100 | 11111 | 1110 | 0 | 111 | 11001110 | 1000010 | 1001110 |
Color Harmonies of #A3CCEC
Complementary color
Monochromatic Colors of #A3CCEC
Black with #A3CCEC
Text Example
Text Example
White with #A3CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CCEC; }
p { color: rgb(163,204,236); }
H1.HeaderClassName
{
color: #A3CCEC;
}
.AnyTagClassName
{
color: #A3CCEC;
}
</style>
background-color css
<style>
a { background-color: #A3CCEC; }
a { background-color: rgb(163,204,236); }
div.DivClassName
{
background-color: #A3CCEC;
}
.BgClassName
{
background-color: #A3CCEC;
}
</style>
border-color css
<style>
span { border-color: #A3CCEC; }
span { border-color: rgb(163,204,236); }
td.TdClassName
{
border-color: #A3CCEC;
}
.TagClassName
{
border-color: #A3CCEC;
}
</style>