Shades of Sail #A3CDEF
Tints of Sail #A3CDEF
RGB
CMYK
RGB Variations
Color information
#A3CDEF (or 0xA3CDEF) is known color: Sail. HEX triplet: A3, CD and EF. RGB value is (163,205,239). Sum of RGB (Red+Green+Blue) = 163+205+239=607 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.85% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #A3CDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CDEF is #5C3210. Grayscale: #C4C4C4. Windows color (decimal): -6042129 or 15715747. OLE color: 15715747.
HSL color Cylindrical-coordinate representation of color #A3CDEF: hue angle of 206.84º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3CDEF is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 205 | 239 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.06 |
| HSL | 206.84º | 0.7% | 0.79% | - |
| HSV(B) | 206.84º | 0.32% | 0.94% | - |
| XYZ | 52.52 | 57.68 | 90.03 | - |
| YUV | 196.32 | 152.09 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 205 | 239 | 0.32 | 0.14 | 0 | 0.06 | 206.84 | 0.7 | 0.79 |
| Hex | A3 | CD | EF | 20 | E | 0 | 6 | CF | 46 | 4F |
| Octal | 243 | 315 | 357 | 40 | 16 | 0 | 6 | 317 | 106 | 117 |
| Binary | 10100011 | 11001101 | 11101111 | 100000 | 1110 | 0 | 110 | 11001111 | 1000110 | 1001111 |
Color Harmonies of #A3CDEF
Complementary color
Monochromatic Colors of #A3CDEF
Black with #A3CDEF
Text Example
Text Example
White with #A3CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CDEF; }
p { color: rgb(163,205,239); }
H1.HeaderClassName
{
color: #A3CDEF;
}
.AnyTagClassName
{
color: #A3CDEF;
}
</style>
background-color css
<style>
a { background-color: #A3CDEF; }
a { background-color: rgb(163,205,239); }
div.DivClassName
{
background-color: #A3CDEF;
}
.BgClassName
{
background-color: #A3CDEF;
}
</style>
border-color css
<style>
span { border-color: #A3CDEF; }
span { border-color: rgb(163,205,239); }
td.TdClassName
{
border-color: #A3CDEF;
}
.TagClassName
{
border-color: #A3CDEF;
}
</style>