Shades of Sail #A3CFEF
Tints of Sail #A3CFEF
RGB
CMYK
RGB Variations
Color information
#A3CFEF (or 0xA3CFEF) is known color: Sail. HEX triplet: A3, CF and EF. RGB value is (163,207,239). Sum of RGB (Red+Green+Blue) = 163+207+239=609 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.77% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #A3CFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CFEF is #5C3010. Grayscale: #C5C5C5. Windows color (decimal): -6041617 or 15716259. OLE color: 15716259.
HSL color Cylindrical-coordinate representation of color #A3CFEF: hue angle of 205.26º 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 #A3CFEF is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 207 | 239 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.06 |
| HSL | 205.26º | 0.7% | 0.79% | - |
| HSV(B) | 205.26º | 0.32% | 0.94% | - |
| XYZ | 53 | 58.64 | 90.19 | - |
| YUV | 197.49 | 151.42 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 239 | 0.32 | 0.13 | 0 | 0.06 | 205.26 | 0.7 | 0.79 |
| Hex | A3 | CF | EF | 20 | D | 0 | 6 | CD | 46 | 4F |
| Octal | 243 | 317 | 357 | 40 | 15 | 0 | 6 | 315 | 106 | 117 |
| Binary | 10100011 | 11001111 | 11101111 | 100000 | 1101 | 0 | 110 | 11001101 | 1000110 | 1001111 |
Color Harmonies of #A3CFEF
Complementary color
Monochromatic Colors of #A3CFEF
Black with #A3CFEF
Text Example
Text Example
White with #A3CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CFEF; }
p { color: rgb(163,207,239); }
H1.HeaderClassName
{
color: #A3CFEF;
}
.AnyTagClassName
{
color: #A3CFEF;
}
</style>
background-color css
<style>
a { background-color: #A3CFEF; }
a { background-color: rgb(163,207,239); }
div.DivClassName
{
background-color: #A3CFEF;
}
.BgClassName
{
background-color: #A3CFEF;
}
</style>
border-color css
<style>
span { border-color: #A3CFEF; }
span { border-color: rgb(163,207,239); }
td.TdClassName
{
border-color: #A3CFEF;
}
.TagClassName
{
border-color: #A3CFEF;
}
</style>