Shades of Sail #A3CCED
Tints of Sail #A3CCED
RGB
CMYK
RGB Variations
Color information
#A3CCED (or 0xA3CCED) is known color: Sail. HEX triplet: A3, CC and ED. RGB value is (163,204,237). Sum of RGB (Red+Green+Blue) = 163+204+237=604 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.99% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #A3CCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CCED is #5C3312. Grayscale: #C3C3C3. Windows color (decimal): -6042387 or 15584419. OLE color: 15584419.
HSL color Cylindrical-coordinate representation of color #A3CCED: hue angle of 206.76º degrees, saturation: 0.67, 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 #A3CCED is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 204 | 237 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.07 |
| HSL | 206.76º | 0.67% | 0.78% | - |
| HSV(B) | 206.76º | 0.31% | 0.93% | - |
| XYZ | 51.98 | 57.09 | 88.4 | - |
| YUV | 195.5 | 151.42 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 237 | 0.31 | 0.14 | 0 | 0.07 | 206.76 | 0.67 | 0.78 |
| Hex | A3 | CC | ED | 1F | E | 0 | 7 | CF | 43 | 4E |
| Octal | 243 | 314 | 355 | 37 | 16 | 0 | 7 | 317 | 103 | 116 |
| Binary | 10100011 | 11001100 | 11101101 | 11111 | 1110 | 0 | 111 | 11001111 | 1000011 | 1001110 |
Color Harmonies of #A3CCED
Complementary color
Monochromatic Colors of #A3CCED
Black with #A3CCED
Text Example
Text Example
White with #A3CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CCED; }
p { color: rgb(163,204,237); }
H1.HeaderClassName
{
color: #A3CCED;
}
.AnyTagClassName
{
color: #A3CCED;
}
</style>
background-color css
<style>
a { background-color: #A3CCED; }
a { background-color: rgb(163,204,237); }
div.DivClassName
{
background-color: #A3CCED;
}
.BgClassName
{
background-color: #A3CCED;
}
</style>
border-color css
<style>
span { border-color: #A3CCED; }
span { border-color: rgb(163,204,237); }
td.TdClassName
{
border-color: #A3CCED;
}
.TagClassName
{
border-color: #A3CCED;
}
</style>