Shades of Sail #A1D0EB
Tints of Sail #A1D0EB
RGB
CMYK
RGB Variations
Color information
#A1D0EB (or 0xA1D0EB) is known color: Sail. HEX triplet: A1, D0 and EB. RGB value is (161,208,235). Sum of RGB (Red+Green+Blue) = 161+208+235=604 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.66% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1D0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D0EB is #5E2F14. Grayscale: #C4C4C4. Windows color (decimal): -6172437 or 15454369. OLE color: 15454369.
HSL color Cylindrical-coordinate representation of color #A1D0EB: hue angle of 201.89º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1D0EB is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 208 | 235 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.08 |
| HSL | 201.89º | 0.65% | 0.78% | - |
| HSV(B) | 201.89º | 0.31% | 0.92% | - |
| XYZ | 52.25 | 58.69 | 87.17 | - |
| YUV | 197.03 | 149.43 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 235 | 0.31 | 0.11 | 0 | 0.08 | 201.89 | 0.65 | 0.78 |
| Hex | A1 | D0 | EB | 1F | B | 0 | 8 | CA | 41 | 4E |
| Octal | 241 | 320 | 353 | 37 | 13 | 0 | 10 | 312 | 101 | 116 |
| Binary | 10100001 | 11010000 | 11101011 | 11111 | 1011 | 0 | 1000 | 11001010 | 1000001 | 1001110 |
Color Harmonies of #A1D0EB
Complementary color
Monochromatic Colors of #A1D0EB
Black with #A1D0EB
Text Example
Text Example
White with #A1D0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D0EB; }
p { color: rgb(161,208,235); }
H1.HeaderClassName
{
color: #A1D0EB;
}
.AnyTagClassName
{
color: #A1D0EB;
}
</style>
background-color css
<style>
a { background-color: #A1D0EB; }
a { background-color: rgb(161,208,235); }
div.DivClassName
{
background-color: #A1D0EB;
}
.BgClassName
{
background-color: #A1D0EB;
}
</style>
border-color css
<style>
span { border-color: #A1D0EB; }
span { border-color: rgb(161,208,235); }
td.TdClassName
{
border-color: #A1D0EB;
}
.TagClassName
{
border-color: #A1D0EB;
}
</style>