Shades of Sail #A1CDEF
Tints of Sail #A1CDEF
RGB
CMYK
RGB Variations
Color information
#A1CDEF (or 0xA1CDEF) is known color: Sail. HEX triplet: A1, CD and EF. RGB value is (161,205,239). Sum of RGB (Red+Green+Blue) = 161+205+239=605 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.61% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1CDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CDEF is #5E3210. Grayscale: #C3C3C3. Windows color (decimal): -6173201 or 15715745. OLE color: 15715745.
HSL color Cylindrical-coordinate representation of color #A1CDEF: hue angle of 206.15º 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 #A1CDEF is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 205 | 239 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.06 |
| HSL | 206.15º | 0.71% | 0.78% | - |
| HSV(B) | 206.15º | 0.33% | 0.94% | - |
| XYZ | 52.11 | 57.47 | 90.01 | - |
| YUV | 195.72 | 152.42 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 239 | 0.33 | 0.14 | 0 | 0.06 | 206.15 | 0.71 | 0.78 |
| Hex | A1 | CD | EF | 21 | E | 0 | 6 | CE | 47 | 4E |
| Octal | 241 | 315 | 357 | 41 | 16 | 0 | 6 | 316 | 107 | 116 |
| Binary | 10100001 | 11001101 | 11101111 | 100001 | 1110 | 0 | 110 | 11001110 | 1000111 | 1001110 |
Color Harmonies of #A1CDEF
Complementary color
Monochromatic Colors of #A1CDEF
Black with #A1CDEF
Text Example
Text Example
White with #A1CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CDEF; }
p { color: rgb(161,205,239); }
H1.HeaderClassName
{
color: #A1CDEF;
}
.AnyTagClassName
{
color: #A1CDEF;
}
</style>
background-color css
<style>
a { background-color: #A1CDEF; }
a { background-color: rgb(161,205,239); }
div.DivClassName
{
background-color: #A1CDEF;
}
.BgClassName
{
background-color: #A1CDEF;
}
</style>
border-color css
<style>
span { border-color: #A1CDEF; }
span { border-color: rgb(161,205,239); }
td.TdClassName
{
border-color: #A1CDEF;
}
.TagClassName
{
border-color: #A1CDEF;
}
</style>