Shades of Sail #A3CFED
Tints of Sail #A3CFED
RGB
CMYK
RGB Variations
Color information
#A3CFED (or 0xA3CFED) is known color: Sail. HEX triplet: A3, CF and ED. RGB value is (163,207,237). Sum of RGB (Red+Green+Blue) = 163+207+237=607 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.85% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #A3CFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CFED is #5C3012. Grayscale: #C5C5C5. Windows color (decimal): -6041619 or 15585187. OLE color: 15585187.
HSL color Cylindrical-coordinate representation of color #A3CFED: hue angle of 204.32º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3CFED is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 207 | 237 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.07 |
| HSL | 204.32º | 0.67% | 0.78% | - |
| HSV(B) | 204.32º | 0.31% | 0.93% | - |
| XYZ | 52.7 | 58.53 | 88.64 | - |
| YUV | 197.26 | 150.42 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 237 | 0.31 | 0.13 | 0 | 0.07 | 204.32 | 0.67 | 0.78 |
| Hex | A3 | CF | ED | 1F | D | 0 | 7 | CC | 43 | 4E |
| Octal | 243 | 317 | 355 | 37 | 15 | 0 | 7 | 314 | 103 | 116 |
| Binary | 10100011 | 11001111 | 11101101 | 11111 | 1101 | 0 | 111 | 11001100 | 1000011 | 1001110 |
Color Harmonies of #A3CFED
Complementary color
Monochromatic Colors of #A3CFED
Black with #A3CFED
Text Example
Text Example
White with #A3CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CFED; }
p { color: rgb(163,207,237); }
H1.HeaderClassName
{
color: #A3CFED;
}
.AnyTagClassName
{
color: #A3CFED;
}
</style>
background-color css
<style>
a { background-color: #A3CFED; }
a { background-color: rgb(163,207,237); }
div.DivClassName
{
background-color: #A3CFED;
}
.BgClassName
{
background-color: #A3CFED;
}
</style>
border-color css
<style>
span { border-color: #A3CFED; }
span { border-color: rgb(163,207,237); }
td.TdClassName
{
border-color: #A3CFED;
}
.TagClassName
{
border-color: #A3CFED;
}
</style>