Shades of Sail #A0CDEF
Tints of Sail #A0CDEF
RGB
CMYK
RGB Variations
Color information
#A0CDEF (or 0xA0CDEF) is known color: Sail. HEX triplet: A0, CD and EF. RGB value is (160,205,239). Sum of RGB (Red+Green+Blue) = 160+205+239=604 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.49% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0CDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CDEF is #5F3210. Grayscale: #C3C3C3. Windows color (decimal): -6238737 or 15715744. OLE color: 15715744.
HSL color Cylindrical-coordinate representation of color #A0CDEF: hue angle of 205.82º 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 #A0CDEF is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 205 | 239 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.06 |
| HSL | 205.82º | 0.71% | 0.78% | - |
| HSV(B) | 205.82º | 0.33% | 0.94% | - |
| XYZ | 51.91 | 57.37 | 90 | - |
| YUV | 195.42 | 152.59 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 205 | 239 | 0.33 | 0.14 | 0 | 0.06 | 205.82 | 0.71 | 0.78 |
| Hex | A0 | CD | EF | 21 | E | 0 | 6 | CE | 47 | 4E |
| Octal | 240 | 315 | 357 | 41 | 16 | 0 | 6 | 316 | 107 | 116 |
| Binary | 10100000 | 11001101 | 11101111 | 100001 | 1110 | 0 | 110 | 11001110 | 1000111 | 1001110 |
Color Harmonies of #A0CDEF
Complementary color
Monochromatic Colors of #A0CDEF
Black with #A0CDEF
Text Example
Text Example
White with #A0CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CDEF; }
p { color: rgb(160,205,239); }
H1.HeaderClassName
{
color: #A0CDEF;
}
.AnyTagClassName
{
color: #A0CDEF;
}
</style>
background-color css
<style>
a { background-color: #A0CDEF; }
a { background-color: rgb(160,205,239); }
div.DivClassName
{
background-color: #A0CDEF;
}
.BgClassName
{
background-color: #A0CDEF;
}
</style>
border-color css
<style>
span { border-color: #A0CDEF; }
span { border-color: rgb(160,205,239); }
td.TdClassName
{
border-color: #A0CDEF;
}
.TagClassName
{
border-color: #A0CDEF;
}
</style>