Shades of Sail #A3CDF1
Tints of Sail #A3CDF1
RGB
CMYK
RGB Variations
Color information
#A3CDF1 (or 0xA3CDF1) is known color: Sail. HEX triplet: A3, CD and F1. RGB value is (163,205,241). Sum of RGB (Red+Green+Blue) = 163+205+241=609 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.77% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #A3CDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CDF1 is #5C320E. Grayscale: #C4C4C4. Windows color (decimal): -6042127 or 15846819. OLE color: 15846819.
HSL color Cylindrical-coordinate representation of color #A3CDF1: hue angle of 207.69º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3CDF1 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 205 | 241 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.05 |
| HSL | 207.69º | 0.74% | 0.79% | - |
| HSV(B) | 207.69º | 0.32% | 0.95% | - |
| XYZ | 52.81 | 57.8 | 91.59 | - |
| YUV | 196.55 | 153.09 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 205 | 241 | 0.32 | 0.15 | 0 | 0.05 | 207.69 | 0.74 | 0.79 |
| Hex | A3 | CD | F1 | 20 | F | 0 | 5 | D0 | 4A | 4F |
| Octal | 243 | 315 | 361 | 40 | 17 | 0 | 5 | 320 | 112 | 117 |
| Binary | 10100011 | 11001101 | 11110001 | 100000 | 1111 | 0 | 101 | 11010000 | 1001010 | 1001111 |
Color Harmonies of #A3CDF1
Complementary color
Monochromatic Colors of #A3CDF1
Black with #A3CDF1
Text Example
Text Example
White with #A3CDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CDF1; }
p { color: rgb(163,205,241); }
H1.HeaderClassName
{
color: #A3CDF1;
}
.AnyTagClassName
{
color: #A3CDF1;
}
</style>
background-color css
<style>
a { background-color: #A3CDF1; }
a { background-color: rgb(163,205,241); }
div.DivClassName
{
background-color: #A3CDF1;
}
.BgClassName
{
background-color: #A3CDF1;
}
</style>
border-color css
<style>
span { border-color: #A3CDF1; }
span { border-color: rgb(163,205,241); }
td.TdClassName
{
border-color: #A3CDF1;
}
.TagClassName
{
border-color: #A3CDF1;
}
</style>