Shades of Sail #A0D3EF
Tints of Sail #A0D3EF
RGB
CMYK
RGB Variations
Color information
#A0D3EF (or 0xA0D3EF) is known color: Sail. HEX triplet: A0, D3 and EF. RGB value is (160,211,239). Sum of RGB (Red+Green+Blue) = 160+211+239=610 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.23% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0D3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D3EF is #5F2C10. Grayscale: #C6C6C6. Windows color (decimal): -6237201 or 15717280. OLE color: 15717280.
HSL color Cylindrical-coordinate representation of color #A0D3EF: hue angle of 201.27º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0D3EF is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 211 | 239 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.06 |
| HSL | 201.27º | 0.71% | 0.78% | - |
| HSV(B) | 201.27º | 0.33% | 0.94% | - |
| XYZ | 53.37 | 60.29 | 90.49 | - |
| YUV | 198.94 | 150.6 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 211 | 239 | 0.33 | 0.12 | 0 | 0.06 | 201.27 | 0.71 | 0.78 |
| Hex | A0 | D3 | EF | 21 | C | 0 | 6 | C9 | 47 | 4E |
| Octal | 240 | 323 | 357 | 41 | 14 | 0 | 6 | 311 | 107 | 116 |
| Binary | 10100000 | 11010011 | 11101111 | 100001 | 1100 | 0 | 110 | 11001001 | 1000111 | 1001110 |
Color Harmonies of #A0D3EF
Complementary color
Monochromatic Colors of #A0D3EF
Black with #A0D3EF
Text Example
Text Example
White with #A0D3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D3EF; }
p { color: rgb(160,211,239); }
H1.HeaderClassName
{
color: #A0D3EF;
}
.AnyTagClassName
{
color: #A0D3EF;
}
</style>
background-color css
<style>
a { background-color: #A0D3EF; }
a { background-color: rgb(160,211,239); }
div.DivClassName
{
background-color: #A0D3EF;
}
.BgClassName
{
background-color: #A0D3EF;
}
</style>
border-color css
<style>
span { border-color: #A0D3EF; }
span { border-color: rgb(160,211,239); }
td.TdClassName
{
border-color: #A0D3EF;
}
.TagClassName
{
border-color: #A0D3EF;
}
</style>