Shades of Sail #A3CDF2
Tints of Sail #A3CDF2
RGB
CMYK
RGB Variations
Color information
#A3CDF2 (or 0xA3CDF2) is known color: Sail. HEX triplet: A3, CD and F2. RGB value is (163,205,242). Sum of RGB (Red+Green+Blue) = 163+205+242=610 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.72% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 242 (94.92% from 255 or 39.67% from 610); Max value from RGB is 242 - color contains mainly: blue. Hex color #A3CDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CDF2 is #5C320D. Grayscale: #C4C4C4. Windows color (decimal): -6042126 or 15912355. OLE color: 15912355.
HSL color Cylindrical-coordinate representation of color #A3CDF2: hue angle of 208.1º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3CDF2 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 205 | 242 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.05 |
| HSL | 208.1º | 0.75% | 0.79% | - |
| HSV(B) | 208.1º | 0.33% | 0.95% | - |
| XYZ | 52.96 | 57.86 | 92.38 | - |
| YUV | 196.66 | 153.59 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 205 | 242 | 0.33 | 0.15 | 0 | 0.05 | 208.1 | 0.75 | 0.79 |
| Hex | A3 | CD | F2 | 21 | F | 0 | 5 | D0 | 4B | 4F |
| Octal | 243 | 315 | 362 | 41 | 17 | 0 | 5 | 320 | 113 | 117 |
| Binary | 10100011 | 11001101 | 11110010 | 100001 | 1111 | 0 | 101 | 11010000 | 1001011 | 1001111 |
Color Harmonies of #A3CDF2
Complementary color
Monochromatic Colors of #A3CDF2
Black with #A3CDF2
Text Example
Text Example
White with #A3CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CDF2; }
p { color: rgb(163,205,242); }
H1.HeaderClassName
{
color: #A3CDF2;
}
.AnyTagClassName
{
color: #A3CDF2;
}
</style>
background-color css
<style>
a { background-color: #A3CDF2; }
a { background-color: rgb(163,205,242); }
div.DivClassName
{
background-color: #A3CDF2;
}
.BgClassName
{
background-color: #A3CDF2;
}
</style>
border-color css
<style>
span { border-color: #A3CDF2; }
span { border-color: rgb(163,205,242); }
td.TdClassName
{
border-color: #A3CDF2;
}
.TagClassName
{
border-color: #A3CDF2;
}
</style>