Shades of Sail #A0C3DF
Tints of Sail #A0C3DF
RGB
CMYK
RGB Variations
Color information
#A0C3DF (or 0xA0C3DF) is known color: Sail. HEX triplet: A0, C3 and DF. RGB value is (160,195,223). Sum of RGB (Red+Green+Blue) = 160+195+223=578 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.68% from 578); Green value is 195 (76.56% from 255 or 33.74% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0C3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C3DF is #5F3C20. Grayscale: #BBBBBB. Windows color (decimal): -6241313 or 14664608. OLE color: 14664608.
HSL color Cylindrical-coordinate representation of color #A0C3DF: hue angle of 206.67º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0C3DF is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 195 | 223 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.13 |
| HSL | 206.67º | 0.5% | 0.75% | - |
| HSV(B) | 206.67º | 0.28% | 0.87% | - |
| XYZ | 47.33 | 51.83 | 77.32 | - |
| YUV | 187.73 | 147.9 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 223 | 0.28 | 0.13 | 0 | 0.13 | 206.67 | 0.5 | 0.75 |
| Hex | A0 | C3 | DF | 1C | D | 0 | D | CF | 32 | 4B |
| Octal | 240 | 303 | 337 | 34 | 15 | 0 | 15 | 317 | 62 | 113 |
| Binary | 10100000 | 11000011 | 11011111 | 11100 | 1101 | 0 | 1101 | 11001111 | 110010 | 1001011 |
Color Harmonies of #A0C3DF
Complementary color
Monochromatic Colors of #A0C3DF
Black with #A0C3DF
Text Example
Text Example
White with #A0C3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C3DF; }
p { color: rgb(160,195,223); }
H1.HeaderClassName
{
color: #A0C3DF;
}
.AnyTagClassName
{
color: #A0C3DF;
}
</style>
background-color css
<style>
a { background-color: #A0C3DF; }
a { background-color: rgb(160,195,223); }
div.DivClassName
{
background-color: #A0C3DF;
}
.BgClassName
{
background-color: #A0C3DF;
}
</style>
border-color css
<style>
span { border-color: #A0C3DF; }
span { border-color: rgb(160,195,223); }
td.TdClassName
{
border-color: #A0C3DF;
}
.TagClassName
{
border-color: #A0C3DF;
}
</style>