Shades of Sail #A0CDED
Tints of Sail #A0CDED
RGB
CMYK
RGB Variations
Color information
#A0CDED (or 0xA0CDED) is known color: Sail. HEX triplet: A0, CD and ED. RGB value is (160,205,237). Sum of RGB (Red+Green+Blue) = 160+205+237=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0CDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CDED is #5F3212. Grayscale: #C3C3C3. Windows color (decimal): -6238739 or 15584672. OLE color: 15584672.
HSL color Cylindrical-coordinate representation of color #A0CDED: hue angle of 204.94º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0CDED is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 160 | 205 | 237 | - |
CMYK | 0.32 | 0.14 | 0 | 0.07 |
HSL | 204.94º | 0.68% | 0.78% | - |
HSV(B) | 204.94º | 0.32% | 0.93% | - |
XYZ | 51.61 | 57.25 | 88.45 | - |
YUV | 195.19 | 151.59 | 102.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 205 | 237 | 0.32 | 0.14 | 0 | 0.07 | 204.94 | 0.68 | 0.78 |
Hex | A0 | CD | ED | 20 | E | 0 | 7 | CD | 44 | 4E |
Octal | 240 | 315 | 355 | 40 | 16 | 0 | 7 | 315 | 104 | 116 |
Binary | 10100000 | 11001101 | 11101101 | 100000 | 1110 | 0 | 111 | 11001101 | 1000100 | 1001110 |
Color Harmonies of #A0CDED
Complementary color
Monochromatic Colors of #A0CDED
Black with #A0CDED
Text Example
Text Example
White with #A0CDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CDED; }
p { color: rgb(160,205,237); }
H1.HeaderClassName
{
color: #A0CDED;
}
.AnyTagClassName
{
color: #A0CDED;
}
</style>
background-color css
<style>
a { background-color: #A0CDED; }
a { background-color: rgb(160,205,237); }
div.DivClassName
{
background-color: #A0CDED;
}
.BgClassName
{
background-color: #A0CDED;
}
</style>
border-color css
<style>
span { border-color: #A0CDED; }
span { border-color: rgb(160,205,237); }
td.TdClassName
{
border-color: #A0CDED;
}
.TagClassName
{
border-color: #A0CDED;
}
</style>