Shades of Sail #A0D0FB
Tints of Sail #A0D0FB
RGB
CMYK
RGB Variations
Color information
#A0D0FB (or 0xA0D0FB) is known color: Sail. HEX triplet: A0, D0 and FB. RGB value is (160,208,251). Sum of RGB (Red+Green+Blue) = 160+208+251=619 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.85% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #A0D0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D0FB is #5F2F04. Grayscale: #C6C6C6. Windows color (decimal): -6237957 or 16502944. OLE color: 16502944.
HSL color Cylindrical-coordinate representation of color #A0D0FB: hue angle of 208.35º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0D0FB is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 208 | 251 | - |
| CMYK | 0.36 | 0.17 | 0 | 0.02 |
| HSL | 208.35º | 0.92% | 0.81% | - |
| HSV(B) | 208.35º | 0.36% | 0.98% | - |
| XYZ | 54.47 | 59.55 | 99.89 | - |
| YUV | 198.55 | 157.6 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 251 | 0.36 | 0.17 | 0 | 0.02 | 208.35 | 0.92 | 0.81 |
| Hex | A0 | D0 | FB | 24 | 11 | 0 | 2 | D0 | 5C | 51 |
| Octal | 240 | 320 | 373 | 44 | 21 | 0 | 2 | 320 | 134 | 121 |
| Binary | 10100000 | 11010000 | 11111011 | 100100 | 10001 | 0 | 10 | 11010000 | 1011100 | 1010001 |
Color Harmonies of #A0D0FB
Complementary color
Monochromatic Colors of #A0D0FB
Black with #A0D0FB
Text Example
Text Example
White with #A0D0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D0FB; }
p { color: rgb(160,208,251); }
H1.HeaderClassName
{
color: #A0D0FB;
}
.AnyTagClassName
{
color: #A0D0FB;
}
</style>
background-color css
<style>
a { background-color: #A0D0FB; }
a { background-color: rgb(160,208,251); }
div.DivClassName
{
background-color: #A0D0FB;
}
.BgClassName
{
background-color: #A0D0FB;
}
</style>
border-color css
<style>
span { border-color: #A0D0FB; }
span { border-color: rgb(160,208,251); }
td.TdClassName
{
border-color: #A0D0FB;
}
.TagClassName
{
border-color: #A0D0FB;
}
</style>